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

Developing Using Chibios

Hi, Just got the ST Nucleo development tool with Chibios. Seems to have tons of information. Kind of overwhelming. Makes it difficult to zone in. I need a direction as to where to concentrate from both os and hal portion of development. I would like ...

ETseg by Associate
  • 582 Views
  • 0 replies
  • 0 kudos

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
  • 619 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
  • 623 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
  • 774 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 ...