SPC5 Studio
- January 17, 2024
- 2 replies
- 2870 views
I recently installed SPC5 studio and I'm referring to example codes. The example code is building without errors but there are problems indicating,
Description Resource Path Location Type
Symbol 'NULL' could not be resolved main.c /SPC582Bxx_RLA FreeRTOS SERIAL Test Application for Discovery line 85 Semantic Error
Symbol 'uint16_t' could not be resolved main.c /SPC582Bxx_RLA FreeRTOS SERIAL Test Application for Discovery line 33 Semantic Error
Type 'uint8_t' could not be resolved main.c /SPC582Bxx_RLA FreeRTOS SERIAL Test Application for Discovery line 23 Semantic Error
I tried to include the libraries such as <stdlib.h> and <stdint.h>, but the IDE giving the error as follows while building without any errors,
Unresolved inclusion: <stdlib.h>
How do I resolve this error?

