Menu

Array of 1500 bytes

jackjames
2025-04-07
2025-04-07
  • jackjames

    jackjames - 2025-04-07

    I am creating a light effects generator using the APA192 led.
    The program must address a maximum of 500 leds which, in reality, are 1500 bytes of data.
    I must be able to write this data in an array contained in the ram of the micro, a PIC18F47Q43 which has 8K of ram.
    This ram is located in different memory banks, so I wanted to know if the compiler can handle this situation.

     
  • Anobium

    Anobium - 2025-04-07

    The 18F array handler will cope as per the Help.

    For the Atmel AVR, LGT 328p or an 18F array sizes are limited to 10,000 elements.

    Evan

     
    • jackjames

      jackjames - 2025-04-07

      Thanks

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.