How to get const char arrays to external memory?

Comments

1 comment

  • Avatar
    Marco Jakobs

    OK, i've found the problem causing the error (the memory map file was in a different place), and i can get the data away from the flash with the following attribute in a test variable:

    const char spitest1[] __attribute__((section(".spiflash"))) ="This is a test";

    However, how can i get a .bin file as additional output for my data which is in the .spiflash section?

    0
    Comment actions Permalink

Please sign in to leave a comment.