• ARM library error in arm keil need guidance in adding library issues during compilation of below code
    Hey I'm trying arm keil to run my code but I'm facing an error. here is files link drive.google.com/open here is an error *** Using Compiler 'V6.18', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' ../USER...
  • Library file source code
    Anybody know how to view .lib file for UV2? It is important when I want to implement the functions in the .lib for my project. Thanks a lot Dragon
  • C Library source code
    Hi, We are developing a ROM/Flash based system, we would like to integrate some of the C library functions to the ROM, I was wondering if the source files are available. I can obviously tear down...
  • C51 Code banking: library
    I have following question about code banking. There's some small tests, that uses one big library. So, how can I put this library to different code banks? Ofc, I can include this tests right in library...
  • Library CODE area problem
    My code supposed to use ECODE memory region only. I've noticed that several issues are related to this requirement: - placing "code" directive in C places the function in CODE only area. - if code...