Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 11 months ago.
ST nucleo F401RE with CC3000 wifi
Hey guys, I am trying to make a wi-fi connection with CC3000 and ST Nucleo F401RE, I am using cc3000_hello_world_demo, but I cant seem to get it working the compiler prompts up an Error: Identifier "first_IRQ_number" is undefined in "NVIC_set_all_priorities/NVIC_set_all_priorities.cpp", Line: 16, Col: 18 and I do not know what to do, please help.
1 Answer
8 years, 6 months ago.
It seems you have to update the NVIC_set_all_priorities library cause this does not include the nucleos.
I have made it to compile. However I can not connect to the wifi yet, I suspect this is because the function of this library is not being properly initialized....(in init)