I am using F103ZET6 board, after successful porting
I got two errors in stm32f10x_it.c
void SVC_Handler(void)
void PendSV_Handler(void)
Occupancy problem of two functions
Then the following two problems appeared in the compilation:
..\OBJ\LED.axf: Error: L6218E: Undefined symbol vApplicationGetIdleTaskMemory (referred from tasks.o). ..\OBJ\LED.axf: Error: L6218E: Undefined symbol vApplicationGetTimerTaskMemory (referred from timers.o).
Including the header file and the path of the header file
That’s a program error
The method is simple:
In FreeRTOS
Cancel the static memory request of FreeRTOS
#define configSUPPORT_DYNAMIC_ALLOCATION 1 //Support for dynamic memory requests
#define configSUPPORT_STATIC_ALLOCATION 1 //Support static memory requests
#define configTOTAL_HEAP_SIZE ((size_t)(20*1024)) //System all heap size
#define configSUPPORT_DYNAMIC_ALLOCATION 1 //Support for dynamic memory requests
#define configSUPPORT_STATIC_ALLOCATION 1 //Support static memory requests
#define configTOTAL_HEAP_SIZE ((size_t)(20*1024)) //System all heap size
Read More:
- [Solved] KEIL Run Error: \KEY.axf: Error: L6218E: Undefined symbol EXTI_ClearITPendingBit (referred from exit.o).
- [Solved] Error: Undefined symbol DMA_Cmd (referred from dac.o)
- [Solved] FreeRTOS Debug Error: Error: L6218E: Undefined symbol xQueueCreateCountingSemaphore
- Keil’s duplicate definition problem: Error: L6200E: Symbol F6x8 multiply defined
- Keil compilation Error: Error: L6218E [How to Solve]
- [Solved] cmake: symbol lookup error: cmake: undefined symbol: _ZN4Json5ValueC1ERKSs
- [Solved] qt phonon Play wav file Error:“symbol lookup error: /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so: undefined symbol: _ZNK6Phonon11MediaSource3mrlEv”
- [Solved] keil2 Error: FATAL ERROR L210: I/O ERROR ON INPUT FILE
- [Solved] keil5 Error: Error: L6915E: Library reports error: __use_no_semihosting was requested
- Keil Compile Error: ..\OBJ\USART.axf: error: L6002U: Could not open file ..\obj\sys.o: No such file or directory
- [Solved] KEIL Compile Error: Error: L6220E: Load region LR_IROM1 size (65552 bytes) exceeds limit (65536 bytes)……
- [Solved] STM8L151 IAR Project Compile Error: Fatal Error[Pe035]: #error directive: “Please select first the target STM8L…
- keil: ERROR L107:ADDRESS SPACE OVERFlOW [How to Solve]
- error RC2247 : SYMBOL name too long [How to Solve]
- [Solved] ionic Build Error: Cannot load gulp tasks: Error: Error in module: .\gulpfile.js:
- [Solved] Visual studio 2022 error LNK2019: unable to resolve external symbol for
- QSP License error: Submit failed! Message: ERROR -Locator 304511e2e493 is already associated to another license
- Clickhouse error: XXXX.XXXX_local20211009 (8fdb18e9-bb4c-42d8-8fdb-18e9bb4c02d8): auto…
- [Solved] Cannot read properties of undefined (reading ‘ajax‘); Cannot read property ‘ajax‘ of undefined