I have an STM32F446 processor (Cortex M4 with FPU, havard architecture) and I planned to build a "mini computer" (screen, keyboard) with it.
Is it possible to programm assembler on the device itself and let it programm/flash itself with that code or execute that code without the help of external hardware? And if so how can it be done?
Thank you for your answers.