Posted on May 17, 2011 at 09:44Charlu, It seems that that is the only way to go - I also get lost interrupts. By defining (empty) default interrupt handlers for each VIC I can at least avoid the device hanging or random branching. Can you give me an...
Posted on August 03, 2005 at 07:12Hi, I thought that the .axf files were a proprietary ST version of .elf format. Can the third party tools program flash using .axf files? whh
Posted on July 26, 2005 at 08:07The function RCCU_FrequencyValue in the file rccu.c is wrong. the RCCU_PLL1_Output case contains the incorrect factor: case 2: Mul = 28; break; regards whh
Posted on April 05, 2005 at 07:00When revisiting the library code I saw that I2C_BufferSend and I2C_ByteSend wait for completion differently. This means that RISC's code will work - I had just looked to see how he had done it and not actually used h...
Posted on April 05, 2005 at 06:02This subject has come up before but the ''solutions'' did not work for me - do people just give up or why are working solutions never posted? While trying to write to the 24C08 serial EEPROM on the STR7 Evaluation bo...