Jump to content

souvlaki

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

souvlaki's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I have a Digilent WiFire PIC32MZ Rev D microcontroller board. It is supposed to have 512 KB of RAM. When running the attached test program, I run out of memory (it crashes) when trying to allocate more than 1964 bytes. Other members on my team with the same code, and same board, report that they crash when allocating more than 1988 bytes. We are compiling and flashing through the Arduino IDE. UPDATE [4.28.21]: Further testing shows this is only the case when using `new` or `malloc`, but not with static allocation. See working `shield_static.ino`. shield.ino shield_static.ino
×
×
  • Create New...