I want to build a bootloader program. After successfully generating the code in EB, I continued to follow the steps in section 5.3 of the "AN13750" manual to modify "bootloader. c "and "launcher. bat".
But when I executed launch.bat, the following error occurred. It seems that bootloader. c had a problem during compilation, and I couldn't find 'hse_ip. h' either. Could you please help me take a look at this issue.
Thank you!
Hello, @lion_6
Thanks for you reply.
In general, the Hse_Ip.h is able to be found from your RTD directory, under Crypto_TS_XXXX/include/
You may copy the corresponding plugin to your EB\tresos\plugins to have another trial.
BR
Chenyin
Hello, @lion_6
Thanks for your post.
From the log, seems the crypto module is used, may I know if you have set the HSE location before building as stated in AN13750?
BR
Chenyin
Hello, @chenyin_h
Thanks for the reply.
Yes, I have already set this up, but I couldn't find 'Hse_IP. h' in the firmware either