This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

In Stm32, Is that possible to use CMSIS USB driver(common access struct) for developing CDC device class application without any CMSIS RTOS ?

Hi,

I have the following question based on CMSIS USB Middleware driver:

1) In Stm32, Is that possible to  use CMSIS USB driver(common access struct) for developing CDC  device class application without any  CMSIS RTOS (neither with CMSIS keil RTX, Keil RTX5 or FreeRtos) nor with any OSthreading?

2) My main requirement is to use the same CMSIS USB driver software developed for Stm32 with CDC (Communication Device Class) device should be portable (re-use) the same code to other microcontrollers from atmel or texas instruments arm based MCU and MPUs.

Kindly let me know the possibilities.

Thanks,

Gokul.

Parents
  • In addition to what Christopher said, please note that if you want to use MDK Middleware USB library, it is mandatory to use CMSIS RTOS v1 or v2, because MDK middleware requires CMSIS RTOS or FreeRTOS with cmsis wrapper to work.

Reply
  • In addition to what Christopher said, please note that if you want to use MDK Middleware USB library, it is mandatory to use CMSIS RTOS v1 or v2, because MDK middleware requires CMSIS RTOS or FreeRTOS with cmsis wrapper to work.

Children
No data