Hi,
The end of my linker output is:During the build I'm using the definition -DPICO_STACK_SIZE=4096 to increase the stack size from the default 2K to 4K.
If I leave out this definition, SCRATCH_X used size drops to 2K, but SCRATCH_Y stays at 0.
I am using both cores. Why is the used size of SCRATCH_Y 0?
The end of my linker output is:
Code:
Memory region Used Size Region Size...[build] SCRATCH_X: 4 KB 4 KB 100.00%[build] SCRATCH_Y: 0 GB 4 KB 0.00%If I leave out this definition, SCRATCH_X used size drops to 2K, but SCRATCH_Y stays at 0.
I am using both cores. Why is the used size of SCRATCH_Y 0?
Statistics: Posted by terencehill — Fri Mar 07, 2025 2:39 pm