Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Top-level flow chart or pseudo code
Code Block
bootloader_task
{
   while (!done)
   {

   }
}


  • Set up Trust Zone memories
  • Update firmware
  • Validating S and NS FW code before jumping to it
  • Generalized API that can be adapted to any physical communication (e.g., UART, SMBus, SPI, etc.)

...