Posted on March 01, 2005 at 06:14Hie, I have an RTOS, I use the Timer 0 with FIQ to get my OS tick. In Yield function, Software Interrupt is used for context switch. And I want to use interrupt for my RS232 and CAN communication. My problem is : eac...
Posted on February 14, 2005 at 11:47Thanks ben_fnr, That 's works well ... I found my error. The result obtained by the excel files (BRP, Tseg1, Tseg2, Sjw) are the result with already - 1, and in the library, CAN Timing function soustracts again on...
Posted on February 14, 2005 at 11:08Hi, I found also a bug in the flash library in the function : void FLASH_FlagClear(flashflags Xflag)When for example, you have : FLASH_FlagStatus(FLASH_BSY0) in the WaitForLastTask(flashbanks Xbank) function. FLAS...
Posted on February 14, 2005 at 10:49 Hi, I work, at the moment, on CAN. I made feew try to understand how to configure it. My questions are : * There are default Baudrate. With which clock frequency are they available ? I suppose the d...