Posted on August 27, 2007 at 10:50Hello, I need some help for the using of external interrupts. There is just the first interrupt for each pin which is ok. The others are not detected. I suppose there is a register bit to reset after an interrupt re...
Posted on June 26, 2007 at 06:45Hello, To erase flash memory I use a function called ''HDFlashEraseSector()''. One of the parameters of the function is the frequency. Is there someone who can tell me what is the max value for the frequency, an maybe...
Posted on June 12, 2007 at 13:52Hi, does someone can tell me the code in c to read a memory space on flash? How can I declare a variable on a specific flash memory space, in order to read the checksum after a bootloader flash? Thanks
Posted on June 12, 2007 at 12:31Hi, I'm in front of a problem by the using of a function which should give the checksum of my software. #ifdef USE_HDFLASH_CHECKSUM /*----------------------------------------------------------------------------- ROUTI...