This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Boot loader with encryption fw for STM32F1?

Hello,
You have not come across anyone on the project with the bootloader encrypted transfer fw, for STM32?

Parents
  • I'm not sure whether the answer is Yes, or No, can you try again in English?

    Don't cloud the problem with tying it to the STM32, the concept of boot loaders and encryption are reasonably portable. The uniqueness would come about how to send/receive characters on the USART, or USB peripherals specific to the STM32.

    I've written a lot of loader and update code, handling image validation, compression and encryption. Commercially developed code doesn't tend to show up in Google searches.

Reply
  • I'm not sure whether the answer is Yes, or No, can you try again in English?

    Don't cloud the problem with tying it to the STM32, the concept of boot loaders and encryption are reasonably portable. The uniqueness would come about how to send/receive characters on the USART, or USB peripherals specific to the STM32.

    I've written a lot of loader and update code, handling image validation, compression and encryption. Commercially developed code doesn't tend to show up in Google searches.

Children