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, 7 months ago.
Adafruit cc3000 and lpc1768
Hi,
Trying to get the hello world example to work properly but having similar problems as others in that it fails to get DHCP. With lpc 1768 but can with arduino micro.
So far I have updated the firmware to 1.32.
connected to a separate 5v supply and grounded to 1768.
used jumpers less then 4" long
changed init.cpp to
NVIC_SetPriority(SSP1_IRQn, 0x0);
NVIC_SetPriority(EINT3_IRQn, 0x1);
NVIC_SetPriority(SysTick_IRQn, 0x2);
changed main.h to
- define MY_BOARD MBED_BOARD_EXAMPLE
it would be great if someone could post code for a working cc3000 with 1768!
Post a link to the software you are using "not the site lib link". As soon as i find my CC3000 i will check it out for you.
posted by David Fletcher 15 Apr 2015here is he the link to the code I'm using
https://www.dropbox.com/s/hlzzfj1pkaqlcmw/cc3000_hello_world_demo2_full.zip?dl=0
posted by kyle fast 16 Apr 2015