STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMX512 with stm32F103

i am trying to receive DMX512 signal on my stm32F103 Board but initially i just wanted to see if the interrupt is working , but it did not , so i saw if there is any Framing error but the SR was 192 , which suggests that there is no errors in the fra...

Aniket by Associate II
  • 185 Views
  • 1 replies
  • 0 kudos

Resolved! About STM32U535CEU6 Bootloader

Hello,I am using STM32U535CEU6 for my development.I would like to transition to the bootloader using USB DFU with Boot0 pin kept Low, and the control performed within the application. I executed the following code right after HAL_Init();, but when I ...

Ka_T by Associate II
  • 201 Views
  • 1 replies
  • 1 kudos

USBX CDC ACM Write problem

Hello everyone,I'm developing an application using USBX CDC ACM class in standalone mode. I've written an execution loop for scheduling USB stack operations and there are no problem with READ transaction; i'm able to receive correctly every data from...