• Where is the RTX51-TINY library file
    Dears Programmers, I am looking to use the RTOS RTX51-TINY but the compiler don't find the corresponding library file. Ist this file include in the standard Keil software or did I buy a extension library...
  • Debug Symbol Location
    Hey all, I'm working on my first large-scale project with uVision3 (had been using uVision2 for quite a while) and doing some initial coding/testing using the simulator. I've got a project directory...
  • Where to find FIFO library for CMSIS
    I am using Cortex-M series microcontroller and wrote my own FIFO implementations. Is there any CMSIS libraries that support common data structures like FIFO so i don't have to write my own? Obviously...
  • Symbols for attach mode debugging
    I'm having trouble attaching uVision to a system that's running. Well, actually, the attaching part isn't a problem, it's getting the symbols. Background: - we use make - we have a dummy uvproj...
  • GUI Library -> Undefined symbol GUI_Init()
    Welcome, How to add GUI Library (ARM MDK-Pro) to current project? I have board (EB-SAM9G45) with ATMEL AT91SAM9G45. My project is like that: //it's the same without that includes: #include...