You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found another alignment problem, this time i was experimenting with the FRDM-KL25z board, I experienced a hardfault whithin the bss zero loop (using a modified startup assembly from freescale with loop to zero the bss) and it was due to a misaligned bss_end symbol.
I have not looked into the other examples, I noticed the MKL26 example does not even use bss_end in the startup but I seem to recall that some others do.
I found another alignment problem, this time i was experimenting with the FRDM-KL25z board, I experienced a hardfault whithin the bss zero loop (using a modified startup assembly from freescale with loop to zero the bss) and it was due to a misaligned bss_end symbol.
I have not looked into the other examples, I noticed the MKL26 example does not even use bss_end in the startup but I seem to recall that some others do.
the following patch will fix it:
The text was updated successfully, but these errors were encountered: