User Activity

Hello,I have a code snippet where I initialize PSP (stack pointer) to its very first location, and then manually fill the stack with some values as follows:  pTask = (uint32_t *)TASK1_STACK_START; //Stack Start location for Task1*pTask = (uint32_t) S...
Hello,Another newbie question. In my test program ,I am copying some values from a memory region to a General purpose register. After copying the endianness is reversed.  Is there a setting that I am not aware of ?  Example in the screenshot: I copie...
Hello,I am using 1.15.1 of STM32cube IDE in Macbook pro(M3 , macOS Sonoma) . When I look at disassembly for my C project, the addresses and the disassembler code do not match at all. Further as I scroll up and down the assembly code, the addresses di...
Kudos given to