I’ve had several requests to post the Q&A from my webinars so that attendees can review them offline. After giving it some consideration, I think making these Q&A sessions available on my blog is a great way for engineers who weren’t able to attend still learn something. Below are the compiled questions and answers from … Continue reading Q&A – Secure Bootloader Webinar Nov 29, 2017
Tag: flashloader
Tips and Tricks – Jumping from the Bootloader to the Application Code Cleanly
Bootloaders are included in nearly every embedded system and provide a great way to update application code in the field without having to access a programming port. As important as bootloaders are, developers often get tripped up trying to jump from the bootloader into their application code. The jump needs to be clean but there … Continue reading Tips and Tricks – Jumping from the Bootloader to the Application Code Cleanly