We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,
I am working on STM32L0 Nucleo board. I am interfacing board with SPI protocol to LoRa module. code is ok but when I am compiling the code it id giving error in linking :
"LoRa_Tx_L0\LoRa_Tx_L0.axf: error: L6002U: Could not open file lora_tx_l0\main.o: No such file or directory".
Please help me.. to solve the problem..
Hello Sir,
Sorry for not posting in details of the code. But I tried to find out what is the problem & why compiler is not generating main.o file.. Then after googling some web sources I found that cleaning some errors & warnings in the code may fix the problem. Then I tried that 7 it worked well.. Now code is running perfect..Thanks for your co operation & Guidence..