• Keil scatter file entrypoint for OTA firmware image
    Hi All I'm using STM32L073 and already have a bootloader at 0x8000000 to 0x8002ffff. This bootloader will check the application FW(crc & length) and jump to FW's entrypoint at begging third word...
  • Keil scatter file entrypoint for OTA firmware image
    Hi All I'm using STM32L073 and already have a bootloader at 0x8000000 to 0x8002ffff. This bootloader will check the application FW(crc & length) and jump to FW's entrypoint at begging third word...
  • What is the execution priority inside WFI for CortexM4?
    Hi, We always have the following code to make sure that only the interrupts with higher priority than 0x20 will wake up the processor. PRIMASK = 1 BASEPRI = 0x20 do sth... WFI() do sth...
  • What is the execution priority inside WFI for CortexM4?
    Hi, We always have the following code to make sure that only the interrupts with higher priority than 0x20 will wake up the processor. PRIMASK = 1 BASEPRI = 0x20 do sth... WFI() do sth...
  • [CORTEXM4] Tarmac.log in Palladium simulation
    Hi, I am running the ASIC emulation on the Palladium machine. Right now we are using the ARM RTL (instead of ARM PLI) and in such case there is no tarmac.log. Is there an option to run with ARM...