Tool/software:
I wan to write a data to the particular location in Bank0 withoust using Fapi functions and memcpy function to run program from RAM .is it possible to do ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I wan to write a data to the particular location in Bank0 withoust using Fapi functions and memcpy function to run program from RAM .is it possible to do ?
Hi Sai Teja,
I wan to write a data to the particular location in Bank0 withoust using Fapi functions and memcpy function to run program from RAM .is it possible to do ?
At least you can do without using FAPI functions, for this you should need to understand all the registers in the "F021 Flash Module Controller" and should need to write your own code.
Please refer below thread:
However, it is not possible without moving the FAPI related code into the RAM, i explained the reason why we should need to move the FAPI related code to the RAM in below thread:
If you want to do something like this then why don't you use bank-7 (FEE bank), to write into the bank-7 we don't need to copy the code to RAM because it is other bank( I mean not the bank where FAPI routine executing).
--
Thanks & regards,
Jagadish.