• LPC2300 Bootloader
    I are puzzled about LPC2300 bootloader,please give me some guidance, thanks! 1) bootloader in lpc2368 flash, Is it possible be earsed by Uvision3 IDE or the other flash utility? 2) in case the bootloader...
  • LPC2300 Bootloader
    I are puzzled about LPC2300 bootloader,please give me some guidance, thanks! 1) bootloader in lpc2368 flash, Is it possible be earsed by Uvision3 IDE or the other flash utility? 2) in case the bootloader...
  • Why does _at_ destroy my pointers
    some background code to look at structure: typedef struct tMyStruct { DWORD s1; BYTE s2; } MY_STRUCT; I have an external variable defined using this structure, Note that it is an array...
  • Why does _at_ destroy my pointers
    some background code to look at structure: typedef struct tMyStruct { DWORD s1; BYTE s2; } MY_STRUCT; I have an external variable defined using this structure, Note that it is an array...
  • Does TZASC still work in ARMv9 when RME is implemented?
    Recently I have some questions when reading document about CCA: In ARMv9, when RME is implemented, we can use GPT to divide memory into different regions and manage them. In this scenario, whether TZASC...