Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

FR5969

$
0
0

Do you know why the blink example for driverlib doesnt work with the new release of Energia on the FR5969 Launchpad?

 

Look the compilation error:

 

blink.ino: In function 'void setup()':
blink.ino:23:25: error: 'GPIO_PORT_P1' was not declared in this scope
blink.ino:23:39: error: 'GPIO_PIN0' was not declared in this scope
blink.ino:23:48: error: 'GPIO_setAsOutputPin' was not declared in this scope
blink.ino:24:51: error: 'GPIO_setOutputLowOnPin' was not declared in this scope
blink.ino: In function 'void loop()':
blink.ino:31:28: error: 'GPIO_PORT_P1' was not declared in this scope
blink.ino:31:42: error: 'GPIO_PIN0' was not declared in this scope
blink.ino:31:51: error: 'GPIO_toggleOutputOnPin' was not declared in this scope
 
Thanks!

Viewing all articles
Browse latest Browse all 2077

Trending Articles