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

HAL_DSI_Init() stuck on error

Hi,the application gets stuck on the Error_Handler() in the piece of code below in main.c    hdsi.Instance = DSI; hdsi.Init.AutomaticClockLaneControl = DSI_AUTO_CLK_LANE_CTRL_DISABLE; hdsi.Init.TXEscapeCkdiv = 4; hdsi.Init.NumberOfLanes = DSI_...

Ricko_1-1741496086965.png Ricko_2-1741496396470.png Ricko_0-1741496058160.png
Ricko by Senior III
  • 538 Views
  • 1 replies
  • 0 kudos

Resolved! I couldn't find the link to the svd file

Hi I'm bit lost and I couldn't find the link to the svd file. Is it somewhere in here https://www.st.com/en/microcontrollers-microprocessors/stm32g051f6.html#tools-software? If I search for svd I get zero result. Which link is it that takes me direct...

Johansa by Associate
  • 301 Views
  • 1 replies
  • 1 kudos

Custom context in callback handlers

Hello,I would like to request a feature to be added to the STM32 HAL.Would it be possible to be able to add a custom user context when registering peripheral callbacks.Example: HAL_StatusTypeDef HAL_SPI_RegisterCallback(SPI_HandleTypeDef *hspi, HAL_S...

Reading a file backwards

Hi there!I'm working on a project wherein I'm trying to play an audio file in reverse. I'm using freeRTOS, fatFS, and a 4-wire SDIO setup, and am doing this little file read dance where I:f_lseek() to the end of a filecalculate how many bytes I want ...

RigolDS4.png
sb_st by Senior
  • 589 Views
  • 4 replies
  • 0 kudos

ThreadX / AzRtos - garbage collection?

Hello,When a task has completed, does azRtos do any garbage collection?  (ie remove the task and recoup the memory pools)?  - OR - is it something the user has to do (even for system threads)?If it is the latter and I have to take out the garbage, do...

mattcrc_0-1741629799624.png
matt-crc by Senior II
  • 569 Views
  • 2 replies
  • 0 kudos