I am developing on an RX651 using e2studio 2023 and GCC toolchain 8.3.0.202305 in a Windows 10 environment.
I am to the point that I believe I have a stack overflow issue and need to increase the size of the allocated spaces. I have adjusted the sections in earlier versions of e2studio, but I need an assist on locating the method of adjusting the sections of the 2023 edition.
Can anyone advise me?
Lane
Hi Lane,
If you are using smart configurator, you can change the stack and heap size easily in the bsp modules:
If you are not using smart configurator, you have to change them directly in the r_bsp_config.h:
BR,
NP_renesas
Thank you for the response. However, since I am using the GNU compiler and I am old school, I do not use the Renesas generated code (r_bsp_). I also do not use the configurator tool.
I actually stumbled onto the button that I was searching for. (see button circled in RED in the attachment) This button opens the linker file in the area of interest to change the section values.