9 years, 3 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

7 years, 11 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)