STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 548 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...

BSP_AUDIO_IN_Record() issues on SensorTile

Posted on June 21, 2018 at 18:53I am running into a roadblock working with BSP_AUDIO_IN_Record().Overarching goal is to record audio from the MEMS microphone while also monitoring other (environmental) sensor data --- then record audio to one file, ...

STM32F031 Flash memory cycles 10k exceeds? what will happen? is this value correct in the manual? some MCU have 10 to the power 15 cycles.

This Question is related to STM32F031xx MCUs and about the Flash memory endurance.The official document states in chapter 6.3.10 Memory characteristics, that the endurance is Nend = 10k cycles. -But isn't that very low number amount of cycles? I can ...

LSmit.5 by Associate II
  • 2023 Views
  • 8 replies
  • 0 kudos

Resolved! How To Enable SPI Pulsed mode?

Hi,I am reading a burst of data 3072 half words from slave SPI device.The Slave device requires NSS to be released after each half word transmission.When I loop on HAL_SPI_TransmitReceive() function with size =1 for 3072 times it's OK.but when I try ...

0690X000009XfJLQA0.png 0690X000009XfLHQA0.png
HAlzo by Senior
  • 1059 Views
  • 2 replies
  • 0 kudos