Hello i´m working with the freedom development board FRDM-K32L3A6. How can i get access to the bootloader? I have to configure the LVD and somewhere it is done in the bootloader. I only have access to the startup code and main, ect.. Is there a way to configure the bootloader or get access to the code?
Thanks and best regards
已解决! 转到解答。
Hi @jingpan ,
Thanks for you´re reply. Yes i want to configure the LVD in the Bootloader, becuase i think somewhere in the bootloader some default settings of the LVD are getting configured and i wanted to look up what and how it is configured.
Does the ROM Bootloader in general cannot configure the LVD or is it just not possible because the ROM bootloader is not accessible for a customer? And is the LVD getting configured by default in the ROM bootloader? If not can you say me where it gets its default values? I cannot find anything to it in the code.
Best regards
Hi @Kolibri ,
ROM bootloader is not accessible to customer. And you can see in the bootloader chapter in RM, there isn't parameter or function can tell ROM bootloader to set LVD. In fact, BCA is the only data structure which can tell ROM bootloader to do something. But it doesn't include LVD.
Regards,
Jing