Posted on May 17, 2011 at 09:29[deleted]- didn't realize this was STR9 forum- found the post via forum search for STR7 UART... weird. Steve[ This message was edited by: smacmull on 08-06-2006 19:27 ]
Posted on June 09, 2006 at 13:04So, here's the associated code (I've tried a few things, with no success) [Initialization] GPIO_Config(GPIO0, UART0_Tx_Pin, GPIO_AF_PP); GPIO_Config(GPIO0, UART0_Rx_Pin, GPIO_IN_TRI_CMOS); UART0->IER = 0; // disabl...
Posted on June 08, 2006 at 20:01Hello folks, I'm working with a UART interface between an ARM7 and ARM9 processor. This interface simply sends messages on an as needed basis- it's largely quiet, but will send a simple request/reply type protocol bet...
Posted on May 04, 2006 at 18:34Hi folks, So, according to what I read, if an attempt is made to execute an undefined instruction, the undef interrupt will occur. I'm hitting my undefHandler soon after booting. Is there any way to figure out what was...
Posted on March 23, 2006 at 15:23Hi, Unfortunately I can't help you with this (yet) as I'm just trying to acquire/build the IAP for the STR71x and Keil uVision3 toolchain. Where did you get the IAP code? Did you have to manually create the Keil proj...