• porting UCOS-II
    I have a port for LPC2148 which is a .exe file. how do we port it into LPC2148?even tell me about BSP?
  • LPC2294
    I would like to simulate UART feature on keil. #include <lpc22xx.h> void main(void) { PINSEL0 = 0x1; VPBDIV = 0x11; U0LCR = 0x8F; U0TER = 0x00; U0FCR = 0x01; U0THR = 1; U0FDR = 0x10;...
  • porting ucos-ii in keil mdk5
    while creating a project in the keilmdk with my board STM32F407VG how do I include the port files of the ucos-ii rtos ? I see that I have the option of adding freertos in the manage run-time environment...
  • ucos coding
    i am doing a an ARM7 project in which i have to port ucos|| in real view compiler.i have a doubt in startup code. do i have to recode it . if yes what all statements have to be included
  • LPc2294+TCP
    Hallo, I have a question to the topic ethernet. I have look at the exmaple LEDswitch Client and I don't understand why I need the following code: .. U8 p2val, cnt, lshf; .. p2val = 1; cnt =...