STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FreeRTOS with USB CDC

I have read some posts about this topic already but unclear if this works or not. I used the STMCubeMX to create a project using FreeRTOS and USB Device CDC (USB-Serial) together and some LED GPIO's.I can only get one or the other to work, but never ...

USB COMPOSITE

Hello,We are looking for recommendations regarding the use of the following repository/software package: I-CUBE-USBD-Composite https://github.com/alambe94/I-CUBE-USBD-Composite  to implement USB composite functionality (Mass Storage + USB CDC).Curren...

abdou1 by Associate
  • 143 Views
  • 4 replies
  • 1 kudos

Resolved! Circular DMA interrupts

I have a project that uses DMA in circular mode, and i've implemented the half and complete interrupts necessary to manage the transfer.  I'm using just 2 nodes, and I've noticed that I get a complete interrupt to start the transfer, and then the exp...

BDoon.1 by Associate III
  • 1756 Views
  • 10 replies
  • 2 kudos

behavior after STOPMode

Hello,I observed how is going after HAL_PWR_EnterSTOPMode() execution without setting by HAL_RTCEx_SetWakeUpTimer_IT().Then strange phenomenon occurred.I presumed that power stop mode continues till interrupt and systick works even under power stop m...

curiae by Associate III
  • 62 Views
  • 1 replies
  • 1 kudos