I have an external adc which toggles a pin when conversion is ready. this pin is connected to p1.11 of a STR710FZ2. I would like an interrupt to be generated when the pin toggles low but it doesn't seem to work. Any suggestions why?! here is my code
Could you tell me which tool-set and which board you use to develop your application? Do you load you project in FLASH or RAM, What is the boot pin setting? BOOTCR 16bit register allows you to know which memory is mapped to address 0, BOOTCR address is 0xA0000050 0xXXX0 -> FLASH 0xXXX2 -> RAM 0xXXX3 -> EMI bank0 regards, Hich