STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Bug: Breakpoint in ISR fails (Atollic)

Background: Atollic 9.1, F429 Nucleo with Segger debug stub loaded.CubeMX-generated FreeRTOS application.Trying to debug an LwIP problem, but breakpoint does not operate properly.When the breakpoint is hit in an ISR (FreeRTOS idle, no active task),th...

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
  • 463 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, ...