@Paul
Installed 1.8.15 and latest beta9 on a windows10x64 desktop. Besides the normal issue with windows wanting to block TD install went without a hitch.
Re-ran the sample sketch for memcpy crossing boundary to check the fix and works on the T3.2:
Code:
big_buf = 0x1fff9594 - 0x20003593
below 0xfffefdfc
across 0x0201fffe
above 0x04030201
trivial 0x0201fffe
aligned 0xfffefdfc 0x04030201
success
Noticed that the header info changed:
Code:
Memory Usage on Teensy 4.1:
FLASH: code:9164, data:2324, headers:7960 free for files:8107016
RAM1: variables:12992, code:6544, padding:26224 free for local variables:478528
RAM2: variables:12384 free for malloc/new:511904
and on the Teensy MM:
Code:
Memory Usage on Teensy MicroMod:
FLASH: code:7972, data:1112, headers:8320 free for files:16497668
RAM1: variables:8896, code:6320, padding:26448 free for local variables:482624
RAM2: variables:12384 free for malloc/new:511904
think before it was at 7210? This is just the blink sketch. Will probably play more later today.