• RealView heroes - this is your moment!
    Hello all, void select_next_task(void) { if (l_task == 0) { l_task = 1 ; } else { l_task = 0 ; } } __asm void context_switch(void) { STMDB R13!, {R0-R12, LR} ; save context BL __cpp(select_next_task...
  • Any chance of editing Forum Posts?
    It looks like I just posted a message without a terminating \<\\pre\> tag, and it's way too wide. Is there any chance the Forums might be enhanced to allow editing (by the original poster, as well...
  • Loads of "Final chance to appeal" email notifications from new forum!
    I have just received a load of " Final chance to appeal " notifications from new forum. The email includes the following: "You have until July 18, 2019 5:45 AM to send us an appeal using this form...
  • Ethernet port to serial port
    i am using MCBXC167 NET board i hav to take IP packets from ethernet port then add header to it then i hav to send it on serial port. how can i achive this plz.. hlp me..
  • serial port
    i use 89lpc922, I want to user serial port mode 0 (shift register) i use 74hc164 to connect serial port but it doesn't work please help me, give me some exemple code, thank you!