Add bootloader

This commit is contained in:
2022-12-06 08:55:42 +01:00
parent 9830c36543
commit 4e3b086afd
7 changed files with 43 additions and 9 deletions

View File

@ -230,6 +230,7 @@ g_pfnVectors:
.word RNG_IRQHandler
.word FPU_IRQHandler
.word CRS_IRQHandler
.word 0x55AA11EE
/*******************************************************************************