Skip to main content
sami
Associate III
February 2, 2013
Question

Bootloader and code protect

  • February 2, 2013
  • 2 replies
  • 516 views
Posted on February 02, 2013 at 10:43

Hello ;

It was not clear to me in the documents ; we are loading the program through usart3(stm32f407)  ; so can we still have the code protect fuse? I mean we dont our code to be copied; when using Jtag it is ok and protected ;but bootloader?

Regards
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    February 2, 2013
    Posted on February 02, 2013 at 10:57

    The system boot loaders have historically examined the readout protection bit, and disabled a significant subset of the functionality.

    Part of your due diligence would be to enable ROP and confirm this, remember you personally need to understand the chip better than those who you consider adversaries.

    Code running within the part can access the entire address space.
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    sami
    samiAuthor
    Associate III
    February 3, 2013
    Posted on February 03, 2013 at 22:18

    Thank you Clive .