strange behavior when flashing in RAM
I write a program, send 0x55 via UART, and set the system timer for 1000 calls per second.the program is recorded to FLASH and works as expected.then I change the address for the firmware in the linker, instead of the flash drive I write to RAM.I cha...