Posted on December 12, 2008 at 06:25Well, i´m not sure about this... If you haven´t solved the problem yet, try indirect addressing to Flash Control Registers. Direct addressing mode (FCR0H = 0x2000) is not allowed to Flash Control Registers. Try:...
Posted on September 24, 2008 at 13:05As you may already know, its working. The main problem was the message number i put to the reset function. Just had to fix a sign flaw but took me hours to recognize. thanks again for the help ;) [ This message w...
Posted on September 19, 2008 at 17:59Quote:at the first time you read out the messages from the message ram without set the bit TxRqst/NewDat to one in the command mask register --> the New Data bit remains set in the message object (and therefore i...
Posted on September 19, 2008 at 13:40Hi, I´m using a ST10F272 for communication to external ECU´s over CAN. Actually i´m working on a FIFO buffer to store up to 8 CAN messages. As the ST10 doesn´t provide a real FIFO buffer i tried to write my o...