STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f407- Discovery, USB CDC

Hello all,i am using STM32f407-Discovery. I am working with USB CDC in FS mode. Code for that was generate with CubeMX and HAL libraries. My question is if anyone has already done the USB CDC communication with SPL libraries or registers?I want this ...

leonsk by Associate II
  • 384 Views
  • 2 replies
  • 0 kudos

STM32L4R5xx SVD file error

I try to see value in DMA and DMAMUX registers, but I don't find it in svd files. Although, there is a description for DMA, but it is not correct as according to the RM there is no register DMA_CSEL in DMA, however, it is described in the SVD file.th...

chemax by Associate II
  • 528 Views
  • 3 replies
  • 1 kudos

Resolved! Problem using HRTIM with HAL on STM32F334

Hi,I have stucked trying to use hrtim pwm outputs on stm32f334r8.I use initialisation provided by CubeMX to start all 10 channels right now. I use exactly the same setting for every channel, but still have different results.It is not possible to fit ...

When is HAL_UART_RxCpltCallback called?

Hi there,I am new with UART and want to use my own UART Functions and i found the function HAL_UART_RxCpltCallback and HAL_UART_TxCpltCallback.When are this Functions called? I found them in the documentation of stm but that didn't explain well when ...

arduo by Senior
  • 3176 Views
  • 6 replies
  • 1 kudos

Bug in HAL of busy wait in flash NOR

Hello,Checking stm32h743 eval examples (cube) of NOR, there is a wait on busy/ready signal in code:/* NOR Ready/Busy signal GPIO definitions */ #define NOR_READY_BUSY_PIN GPIO_PIN_6 #define NOR_READY_BUSY_GPIO GPIOC   /** * @brief NOR BSP Wa...

ranran by Senior II
  • 250 Views
  • 2 replies
  • 0 kudos