• CAN Debug
    I want to simulate an incomming CAN-message. How can I programm it? I need an example. Thx!
  • CAN RTX51
    Hi I'm trying to use the rtx can functions. However i get a lot of the "REFERNCE MADE TO UNRESOLVED EXTERNAL" type warnings. My guess is that the RTXICAN.lib file doesn't get properly linked. ...
  • Can a WDT of .........
    Hello, Can a watchdog timer of AT89s8252 reset the CPU in case of program crash ??? .I couldnt find this info PLEASE HELP !! . Kind Regards JG
  • CAN RAM
    What does " writing blank IF register to each message object" in the following code mean? //clear CAN Msg RAM void clear_msg_RAM (void) { SFRPAGE = CAN0_PAGE; // setting the SFR page CAN0ADR = IF1CMDMSK;...
  • CAN debugger
    I am using the uVision 2 debugger and I need to use CAN for serial simulation, i order to comunicate with another device CAN. Can anyone explain how I can do this. How can I solve this problem.Who can...