Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Build the code for Keil

I configured lwip in cube for stm32f107, when I generate code for keil and run it the micro hangs, but if I write a program without cube, it runs without any problem.What is the problem?Note: If I get the output for CubeIDE, it runs without any probl...

HKabi.1 by Associate II
  • 4111 Views
  • 11 replies
  • 1 kudos

EEPROM emulation error when using TIM timebase

I am using the example project from the xcube eeprom v3.0.0 as a reference to add EEPROM emulation to my project using the STM32G431RB. The example project works fine, but my project uses FREERTOS so I have changed my timebase source to a timer. This...

BPaik by Senior
  • 1052 Views
  • 1 replies
  • 1 kudos

Error Writing 64 bit in FLASH

Tranferring data from serial input,(in my case idDA), or from an SD, may be you try to write a double word a time (64bit) in flash area and you may use the:HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, flash_ptr,codeData64). This function calls th...

CMCIS OSv2/FreeRTOS and Thread State

Just started playing with FreeRTOS on a NUCLEO-H563ZI board using CMCIS OSv2. Why does osThreadGetState() translate eSuspended to osThreadBlocked? I suspended a thread and then checked its state with osThreadGetState() which reports the state as bloc...

Resolved! STM32G030K6T6 fails to respond to bootloader I2C

Have STM32G030K6T6 system that in bootloader mode fails to respond to I2C.Am asserting BOOT0 pin 25, negating NRST pin 6, wait 500ms, asserting NRST pin 6, wait three seconds, then attempt to send MCU erase packet to I2C1 device address 0x57 but get ...