I have to test stm32f746g-discovery based chirp code, but I need to do it within Keil. I tried but its giving errors. I have tried both arm cc 6 as well as GNU for arm, but still cant compile. For arm cc, error is: .\test2.axf: Error: L6218E: Undefined symbol chirp_sdk_error_code_to_string (referred from main.o). .\test2.axf: Error: L6218E: Undefined symbol chirp_sdk_set_config (referred from main.o). .\test2.axf: Error: L6218E: Undefined symbol new_chirp_sdk (referred from main.o).
These are the only functions called.
Can you please provide keil template for chirp?