2023-07-23 06:45 PM
In Lab 7 at time 17:28 it refers to moving startup code from FLASH to RAM. This is to use RAM for some of the initialization and callback routine. It says to write the following script "After */Drivers/*(.text*) define for initialization - line 74
*main.o(.text.MX_GPIO_Init)
*main.o(.text.MX_USART2_UART_Init)
*main.o(.text.USART_CharReception_Callback)
The problem I see is that the code is "remarked out" just after */Drivers/* all of the way until the end of the script that was just written [*main.o(.text.USART_CharReception_Callback)] Question; 1) What is the correct format? 2) Where to I find the literature for answering Question 1? I am a newbie and am looking to understand in more detail.
Thanks,
hwood1