Posted on September 21, 2005 at 11:56Hi Ryan, that's certainly better, but not quick as I'd have expected. I'll have to do more of my application to see if it will do the job or not. Also, changing the optimisation of the complier does help too. I g...
Posted on September 20, 2005 at 13:19Hi Ryan, this is what I can't understand, the assembly is quite efficient and not using 50 cycles from what I can see: GPIO_WordWrite(GPIO0, 0x0000); 00000BA4 E3A01000 MOV R1, #0x0 00000BA8 E3A004E0 MOV R0, #0...
Posted on September 20, 2005 at 11:40Hi, tring to ensure that I've got the chip running as fast as possible. RCCU_FrequencyValue (RCCU_MCLK) reports back at 48MHz. I've got a simple test: while(1) { GPIO_WordWrite(GPIO0, 0x0000); GPIO_WordWrite(...
Posted on September 16, 2005 at 14:03Hi, changing from Debug to Release mode in IAR Embedded Workbench, using a the LED_DIMMER example as a starting point, I'm getting the following error when linking: Error[e16]: Segment INTVEC (size: 0x428 align: ...