Hi
I have a project made with a custom board with STM32F3, and I use
ARM Keil and ARM Tools for development of the project. The current
memory's layout is a partition for bootloader and other for firmware.
Now, the project's specifications is changed and the memory layout is
divided by 3 partition: a bootloader, kernel, firmware. The kernel
has a relevant and critical functions which the final user cannot
update, only can update the firmware partition.
I was thinking do a libra
↧