Skip to main content
MNapi
Senior II
May 5, 2024
Question

where can I find FlashPrg.c which you need to write external loader in Keil ?

  • May 5, 2024
  • 1 reply
  • 1524 views

I am reading AN333 from Keil

and here is the next step

1.png

The FlashPrg.c which comes with Keil is just blank template, it is missing code to initialize, erase, program QSPI

What they say is to get FlashPrg.c from application note’s ZIP file but the ZIP file is nowhere to be found.

It looks like this, the functions are empty in the template:

int Init (unsigned long adr, unsigned long clk, unsigned long fnc) {

/* Add your Code */
return (0);
}

 

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
May 5, 2024
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..