Hello everyone, after creating a normal stm32 cubeide project, when I added the retarget library, "make file --..-- .elf " error Code 1 error. I couldn't find a solution.
I wrote code using the stm32f4 discovery card and adxl345 sensor using the i2c communication protocol. But Send data does not respond to my command. Please help me. I'll be crazy.#include "stm32f4xx.h"
#include "stm32f4_discovery.h"
#define Max ...
create a new stm32 Discovery Project and create a Hello main.main c file.I turned it into cpp. Then when I add C library make file:: 80 ....elf error returned 1 error.even though I removed the library, the error was not removed, did you solve it ?