Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


You are viewing a reply to FreeRTOS running, SUCCESS!  

FreeRTOS running, SUCCESS!

The function, USBD_CDC_ReceivePacket, is in usbd.cdc.c/h.

This function is called by CDC_Receive_FS in usbd_cdc_if.c.

The problem I have is understanding how CDC_Receive_FS gets called.

The code I am using to look into this is from the STM32CubeMX and STM32CubeF4.

I saw some other code as I looked around for more knowledge that appeared to have something akin to USBD_CDC_ReceivePacket running as a Thread in FreeRTOS, which made some sens to me, but, my knolwedge is limited.