Jørgen Kristensen
Results
2
comments of
Jørgen Kristensen
But the way it is currently the hardware doesn't necessarily detect it if it just silently overwrites data. It grows over .bss and .data. My suggestion is that the stack...
Yes I was a bit lazy creating the issue. The way I currently do this in my bare-metal project is to create a separate stack section: ``` .stack (NOLOAD) :...