Need help running STM32F4 from internal RAM
Hi Experts,I need to run my code (it is a small code) from internal RAM. It currently runs from the first sector in the flash. For some reason, I need to change a few bytes in the same sector and it seems I can't write to the same sector from where t...