- This topic has 3 replies, 3 voices, and was last updated 7 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › I2c issue
Hello Carmine,
I’ve got a problem. I want to make the Nucleo F401Re to receive data from an I2c working module ( a rfid tag) and blink an external led using a GPIO output, but i can’t even star because of the errors eclipse shows me: i followed correctly the setup chapters so everything has already been installed. I create a new eclipse project, then a cubemx project in which I use PB6 and PB7 pins for i2c and PA10 for GPIO output, generate the code, then importing it with python. When i re-open the eclipse project the code is full of bugs. Can you help me?
hi,
Did you try to right click on the project folder and refresh it?
I had the same problem a couple time ago when I forgot to refresh the project after restarting eclipse and got weird error messages.
If it not working you can also try to clean the project (right click on the folder Clean Project) and rebuild it.
Hope it fix your issue.
Yes, but it was useless. I started a new project. Sometimes this software gets crazy and there’s no way to go on
Too few information to try to help you. Which errors are generated?