Dear Habib,
Thank you for your reply.
Unfortunately, I’ve encountered some difficulties in following the procedure described in the document.
Firstly, I’m unsure which paragraph is most appropriate for my goal. The document outlines two different approaches—one using the address 0x68000000 and another using 0x04000000—along with additional tips such as:
Paragraph 7: Change QuadSPI clock in QuadSPI image
Appendix B: Re-enter Kinetis bootloader under direct boot mode
It’s unclear whether these steps are mandatory or optional for my use case.
Given this, I decided to proceed with Paragraph 8 (Address the application from QSPI Alias Area) and used the led_demo_qspi_alias_a000 example as a starting point. However, I noticed that the linker file included in the example differs from the one suggested in the document.
Additionally, when I attempted to add some custom code—specifically using the LPUART3 peripheral to send a "Hello World" message—I encountered the following error during compilation:
undefined reference to '_pvHeapStart' in frdmk82f_led_demo_qspi_alias_a000
Could you please clarify what might be causing this issue and advise on how I should proceed to complete the setup correctly?
Thank you in advance for your support.
Best regards,
Vladimir Zitoli