AliEmad2002 / STM32_Oscilloscope

STM32f103 based digital oscilloscope. 1MSPS. Dual channel (Y-t) and (Y-X) modes
3 stars 0 forks source link

Stack OVF #9

Closed AliEmad2002 closed 1 year ago

AliEmad2002 commented 1 year ago

Due to image buffers and sample buffers, stack may overflow. Making these buffers global would prevent this problem, as their size would be shown in the compilation report.