Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - Zum C-Control-I-Forum - Zum C-Control-II-Forum

Re: Access to flash array Kategorie: Programmierung Assembler (von PeterS - 16.02.2013 17:20)
Als Antwort auf Access to flash array von PepeV - 16.02.2013 13:43

> Hi Peter,
>
> Is there a way to access (predefined) flash arrays in an assembler routine?
> Or is the only option to copy the data to an array in RAM?
>
> Regards,
> Pepe

There is no implemented way to send the 24-bit flash address to the assembler
subroutine. When accessing flash arrays there are special opcodes to copy
bytes from flash to memory.

Regards,

Peter


    Antwort schreiben


Antworten:

Re: Access to flash array (von PepeV - 17.02.2013 21:27)
    Re: Access to flash array (von PeterS - 18.02.2013 17:06)
        Re: Access to flash array (von Torsten - 18.02.2013 20:48)