• #include paths
    Im new to uvision and programming and im looking at a project that has some headers as, #include "..\..\..\swim\lpc_types.h" . How do i give it the correct path to the file?..how is "..\..\..\" supposed...
  • µVision V5.15 Simulation not working.
    I am using STM32F070CB device of vendor ST-Microelectronics and IDE-Version: µVision V5.15. When I start the simulation, (Just clicking on Start/Stop debug session) the IDE shows error that µVision...
  • µVision and Redboot, linker addresses?
    Hello, I have a question about using µVision and RedBoot. RedBoot loads an image via tftp to 0x80000, ther is RAM on my DEV-Board. My problem is that I don't know how to tell the linker addresses...
  • include path problems
    receiving the following error in MDK Lite 5.23 uvision5 for arm lpc1768 C:\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.3.0\RTE_Driver\UART_LPC17xx.c(75): error: #5: cannot open source input file "RTE_Device...
  • Remove standard include paths
    I want to use different implementation of standard library with armcc, so I need to remove standard include paths. I know that it's possibly with armclang with -nostdinc option. There is an option...