• 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;...
  • how to log states and variables?
    I want to output to a file, a log of timing & variable information that I could then import into a spreadsheet where I can more easily visualize its operation. I need to output the value of a few different...
  • how to enter into debug state?
    Hi, I am working on LPC2368. we have constructed our own debugger having parallel port provision on that. I have taken the reference from, www.techtoys.com.hk/.../ARM_JTAG_DIY_Schematic_RevA...
  • State Diagrams
    Hi, How do you use state diagrams to model embedded programs? Is there any book with examples on how to do this? Thanks
  • P3.5 not changing its state
    hi to all i am using at89c55wd the problem is when i tried to toggle the P3 all bit i.e. P3.0,1,2,3,4,6,7 changes its state expect P3.5 i used timer 0 as timer after 1 sec i invert the P3. position...