• LPC210x Address range setting in Utilities settings
    Hi, there is an errata on this web-site explaining how to set up the "Utilities" Tab for Philips LPC210x flash programming. Does anyone know how to set the RAM address size? In the errata they say...
  • LPC210x Address range setting in Utilities settings
    Hi, there is an errata on this web-site explaining how to set up the "Utilities" Tab for Philips LPC210x flash programming. Does anyone know how to set the RAM address size? In the errata they say...
  • Cannot set path to software packs. Make sure that RTEPATH is set in TOOL.INI
    Hi, I am working with NRF DK board, from that I am using KEIL IDE tool. It was showing some error that is "Cannot set path to software packs. Make sure that RTEPATH is set in TOOL.INI" and also when...
  • Cannot set path to software packs. Make sure that RTEPATH is set in TOOL.INI
    Hi, I am working with NRF DK board, from that I am using KEIL IDE tool. It was showing some error that is "Cannot set path to software packs. Make sure that RTEPATH is set in TOOL.INI" and also when...
  • ARMv8-M MPS2_AEMv8M FVP, try to manually set XPSR in Privileged Secure state, the exception number cannot be set successfully.
    Hi Community, For test purpose, I try to manually set the XPSR register with exception number 3, in this way asm( "ldr r0, =0x21000003 \t\n" "msr xpsr, r0 \t\n" ); __builtin_arm_dsb(0xF); __builtin_arm_isb...