STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Failed to read ROM table via AP 3

Hi to everyone, I'm looking for help regarding a problem to start a dual core project debugging.In order to make things as much clear as possible I've decided to start a new project by selecting the "DualCore_Standalone" example related to the STM32H...

LucaG by Associate
  • 2005 Views
  • 2 replies
  • 0 kudos

Systick not running while debugging stm32L552CEU6

Im using a customboard and when it's able to upload and debug, it seems to get stuck at the HAL_Delay fucntion where get_systick(); always seems to return 0. problem with this is that i cannot find a way to solve this, and my SWD, on the chip does no...

jvan .2 by Associate II
  • 1657 Views
  • 5 replies
  • 2 kudos

Flashing OTA with custom PCB & BLE Sensor Module

I'm trying to flash ota using the BLE_Sensor iPhone app and I see different interfaces when the app is interfaced with the custom PCB and a NucleoWB55 board. The picture with the OTA config tab is the Nucleo board. The other is the custom pcb w/ modi...

IMG_4582.jpg IMG_4581.jpg
od805 by Associate III
  • 696 Views
  • 2 replies
  • 1 kudos

Resolved! SD Write error some time , not stable

Hi ,   I made a STM32F405VGT6 board with SD card interface. The SD code is generated using STM32CUBEMX and FatFs middleware.   The SD file write is not stable, it return error sometimes after calling f_write(). However, if I run the same code in uVis...

MHo.15 by Associate III
  • 3336 Views
  • 5 replies
  • 0 kudos

Placing variables in dedicated part of memory.

Hi  I'm using a STM32L433 in a battery application, and running in Stop mode. I want to keep some variables in RAM2 so their values are not lost when the processor is woken up.I managed to get it working as follows. I created a block in the linker fi...