Posted on June 27, 2007 at 04:23Hi again everyone, I've been developing a system using the STR750-SK board from IAR systems. It is great by the way. Now that I'm done with the software, I want to move to the hardware. I have three quick questions re...
Posted on June 21, 2007 at 03:48Thanks Raouf, I found it. I fortgot to enble the clock controlling the EXTIT: I had: MRCC_PeripheralClockConfig(MRCC_Peripheral_TIM0 | MRCC_Peripheral_GPIO, ENABLE); I needed: MRCC_PeripheralClockConfig(MRCC_Periphe...
Posted on June 20, 2007 at 10:35Hi everyone, this is my second day using ST micontrollers. I got a STR750-SK dev kit and I would like to force external hardware interrupts using the buttons on the board. This is what I've done to setup the pins conn...