Posted on April 19, 2007 at 13:11Jonn, Some ramblimg thoughts/alternate methods... All this comes from thinking about your postings ( this one and previous )and reading the f29 datasheet. I have only worked with the 2264 and not the flite series... ...
Posted on February 16, 2007 at 09:34There are specific pins which can be used as external interrupts. Table 1 of the datasheet indicates which pins have interrupt capability and which external interrupt ( eix ) each of these pins can be connected to...
Posted on January 24, 2007 at 12:26To me this code: RCCR = ((EEPROM[0] & 0xFF00) >> 8); sets RCCR to 0. The eeprom holds bytes, so 8 bits of eedata & 0xFF00 = 0. What are you setting the DCRx register(s) to? pjr
Posted on January 03, 2007 at 12:51Jon, While I have not worked with the FLITE group of processors I have implemented the code from AN1046 on a ST72F264. It employs a method similar to AN1753 and works well. We would need to see your version of the ...
Posted on December 04, 2006 at 13:43Looks like the problem is with the order of source files in the workspace. By default STVD orers files alphabetically. Right click the Source Files folder in the workspace. An option in that menu is ''Add sorted e...