STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G bootloader questions

I'm trying bootloader of nucleo STM32G474RE and faced several issues : It seems only 8bytes alignment is working for flash writing while AN2606 table.7 says it requires 4bytes alignment.In an2606 table.141, valid RAM area is from 0x20000000 to 0x2000...

Daewoong by Associate II
  • 369 Views
  • 1 replies
  • 0 kudos

CMSIS-RTOS - osMessagePut/Get Unstable...

Hello, I'm testing RTOS Message queue on STM32F7, When I try to create an message queue to send an message from Thread 1 to another thread, my data I receive in target Thread is unstable.For example, I'm trying to send uint16_t 317, but in target Thr...