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
  • 575 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
  • 746 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 ...

Resolved! Bug in LL_RTC_ALMB_SetDay() in stm32l1xx_ll_rtc.h

In stm32l1xx_ll_rtc.h, generated by STM32Cube MCU Package for STM32L1 Series, v1.8.1, line 2110:__STATIC_INLINE void LL_RTC_ALMB_SetDay(RTC_TypeDef *RTCx, uint32_t Day) { MODIFY_REG(RTC->ALRMBR, (RTC_ALRMBR_DT | RTC_ALRMBR_DU), (((Day ...

jfolsom by Associate II
  • 846 Views
  • 3 replies
  • 0 kudos

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
  • 4189 Views
  • 6 replies
  • 2 kudos

STM32F205 bootloadet USB DFU mode

Hy,I'm trying to run the DFU mode with a STM32F205. When I put boot0 to VCC and I do a reset, the DFU USB was not detected by my computer. Can someone help me ?I tried before that on the nucleo card F207ZG and this work corectly.