Posted on May 17, 2011 at 09:44I ported the code for str9x dongle, and I redirect the Led output in GPIO6. see the code below: void IO_Init(void) { /* P9.0, P9.1, P9.2 and P9.3 output*/ /*modify for STR9x dongle Fabio*/ GPIO_StructInit(&GPIO_InitStr...
Posted on May 17, 2011 at 09:44Does anybody try to run any example included in STR91x Standard firmware Library? I try to port with keil the Can example, but I need to modify the I/O led function for switch on the led! The other Can function functio...