• ARTX-166 TCPNet: Sending UDP frames to a broadcast IP via Ethernet
    Hi, I use ARTX-166 on a C167 with CS8900 Ethernet chip. Everything works fine, but when I try to send a UDP frame to e.g. 192.168.0.255 (Subnet mask 255.255.255.0), which is the broadcast address,...
  • Getting task priority in RTL
    Is there a legitimate way for the currently-running task to find its own priority under RTL? I want to be able to demote the priority of the current task using os_tsk_prio_self(1), and then restore it...
  • RL-ARM - Determining priority of current task
    I would like to briefly increase the priority of a currently running task and then revert the priority level. The example given at: www.keil.com/.../rlarm_os_tsk_prio_self.htm shows how...
  • Higher Priority task deleting a lower priority task?
    I have two tasks. task 1: searches for a string in a list of strings (n-strings are stored in the list). task1 priority: low task 2: invoked by uart receive interrupt to abort the search. task 2...
  • Problem with Keil Monitor 166
    hello, I meet a problem,when I use Monitor Program 166. I have created a Hex86-file from my Source Code(file.c)in uVision2.But when I start the Monitor Program(mon166.exe),the Hex-file(file.H86) cann...