Posted on May 17, 2011 at 13:25Problem solved... It appears that I was not resetting the interrupts pending bit. The code here is a good example of setting up the interrupts. They are edge-triggered and you must manage the pending register yourself....
Posted on May 17, 2011 at 13:25I did get a reply from the manufacturer directly. His code example looked like this to apply an interrupt from a button on one of the evaluation boards: -----------------------------------------------------------------...
Posted on May 17, 2011 at 13:25Is there an example of how I could implement an interrupt operation from a GPIO pin? I have not been able to find a clear example on the library system... [ This message was edited by: jschatz on 30-09-2009 19:21 ]
Posted on May 17, 2011 at 13:20When the FSMC is configured, it uses up to 25 GPIOs for its address bus. There does not appear to be any special configuration techniques to use these GPIOs except that I have set them to be outputs. My problem, I woul...
Posted on May 17, 2011 at 13:20I just had an unusual thing happen. I am putting the routines together for my device and I wrote a couple of test lines to try writing to the internal flash ROM. The lines are below and they reference the library's (V3...