Is it possible to write/read within an MIOS application into PICs flash memory? I´d like to write down some presets there. Do you habe a code example?
Thanks! :)
Is it possible to write/read within an MIOS application into PICs flash memory? I´d like to write down some presets there. Do you habe a code example?
Thanks! :)
Have a look at “sid_presets.inc”, “sid_bank.inc” and “cs_menu.inc” in the Sid application under Mios downloads on the uCApps site.
You should find some usefull stuff in there… :)
oh thanks, good link! in addition i found the two mios instructions in the function table. that will work!! ;D