STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Anyone recommend a decent SD card library?

Hi Im using a STM32L433 processor and want to incorporate a SD card . I saw in youTube a demo of using CubeMX and seemed to work fine. But after looking through this forum I saw there wasnt many people who thought the CubeMX version was good . Any ...

Resolved! HAL_FLASH_Program()

Hi,I'm using STM32H743ZI and uVision 5.28.0.0.Traying to program the FLASH Bank 1 results in an error. The error is thrown by FLASH_WaitForLastOperation(). In SR1 the following bits are set:PGSERR1INCERR1Any Idea?RegardsJakob

Stm32 (SWD) printf not working

I'm new using stm32 microcontrollers, I have been trying to use the printf tracing in my code without success, anything is printed on the console . I can start a debug session, I can place breakpoints on my code, inspect variables and all works as ex...

0690X000009XhBTQA0.png 0690X000009XhBEQA0.png 0690X000009XhB9QAK.png 0690X000009XhB4QAK.jpg
MPiul by Associate
  • 654 Views
  • 2 replies
  • 0 kudos

Why does my STM32H743VI processor throw a hard fault exception when I place my HAL usart.o variables in SRAM1,SRAM2 or SRAM3, but it runs perfectly when the variables are placed in AXI RAM?

I am using an STM32H743VI processor with uVision V5. When I assign the usart.o ZI data to SRAM1, 2 or 3 the project crashes with a hard fault. If I leave out the specification for the usart.o section it gets placed in the AXI ram and the code runs fi...