SPM and .db

Quote from misax on May 26, 2025, 4:09 pmHello;
I have a hex-file for an Attiny13 where I use .db-directive for Data and SPM for writing into the flash memory. At real Attiny13 it works but when I use this hex-file in simul-IDE both does not work. Can anyboby tell me why this could be so ? Best regards
Hello;
I have a hex-file for an Attiny13 where I use .db-directive for Data and SPM for writing into the flash memory. At real Attiny13 it works but when I use this hex-file in simul-IDE both does not work. Can anyboby tell me why this could be so ? Best regards


Quote from arcachofo on June 3, 2025, 3:01 pmBasic support for SPM in Attiny13 was added to development version (1.2.0).
Basic support for SPM in Attiny13 was added to development version (1.2.0).

Quote from misax on June 3, 2025, 4:01 pmthank you very much. I will try in the next days. is it planned to support SPM for other AVR processors, too ?
thank you very much. I will try in the next days. is it planned to support SPM for other AVR processors, too ?

Quote from arcachofo on June 5, 2025, 3:03 pmI guess that eventually it will be added to other AVRs as well.
Attiny13 is simpler because it does not have Bootloader section, but other need support for Bootloader before SPM.
I guess that eventually it will be added to other AVRs as well.
Attiny13 is simpler because it does not have Bootloader section, but other need support for Bootloader before SPM.