STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to work with F4xx flash using LL?

Could anyone provide me with (or point me to) example of reading/writing F4xx (specifically F407VGT6) flash using LL? I was unable to find code samples in STM32CubeF4 v1.24.0. Maybe just missed.

Jungle by Associate II
  • 613 Views
  • 2 replies
  • 0 kudos

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
  • 621 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
  • 772 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
  • 877 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
  • 4315 Views
  • 6 replies
  • 2 kudos