• Having issues compiling various CMSIS drivers for the LPC4357
    I have been trying to compile the drivers for the LPC4357 found at www.lpcware.com/.../lpc4350apdlzip for a while now, but I keep getting lots of strange errors, usually something like this: compiling...
  • Having issues compiling various CMSIS drivers for the LPC4357
    I have been trying to compile the drivers for the LPC4357 found at www.lpcware.com/.../lpc4350apdlzip for a while now, but I keep getting lots of strange errors, usually something like this: compiling...
  • include file
    hello everyone, i am writing a program for c8051f020,in which i have 4 ".c" files: main c file,keyroutine file, general routines files,confguration file i separated bit addressable, data addressable...
  • include file not found
    I have just installed an evaluation copy of UV5. I opened an existing project (which previously compiled without errors. Now when I build I get the error " Cannot open Reg932.H " In the "Manage Project...
  • Include files in assembly...
    Hi all, I have two files,as follows...when I simulate the sub routine is never executed. file 1(main.asm) #include "rs_485.asm" org 0000h ljmp on_reset org 002bh on_reset: mov ie,#00h...