Thanks for the tips. As they say, with friends like that, who needs enemies !
Abuse of OOP, quite possibly. I have some working C code but I was told somewhere that the SDK to load a fn into flash only worked on C++. Maybe I misunderstood what that person was saying. I really don't have any need to OOP this.
It was a pseudo fn which was in fact a macro, can't remember the exact name off the top. Something about not_in_flash()
In short I wanted this ISR to be loaded into flash so that I could try data logging to flash which mustn't be running from flash itself.
I'm now intending to see whether I can get the whole program into flash, which circumvents the problem.
Abuse of OOP, quite possibly. I have some working C code but I was told somewhere that the SDK to load a fn into flash only worked on C++. Maybe I misunderstood what that person was saying. I really don't have any need to OOP this.
It was a pseudo fn which was in fact a macro, can't remember the exact name off the top. Something about not_in_flash()
In short I wanted this ISR to be loaded into flash so that I could try data logging to flash which mustn't be running from flash itself.
I'm now intending to see whether I can get the whole program into flash, which circumvents the problem.
Statistics: Posted by pie_face — Sat Nov 23, 2024 7:22 pm