• User functions/uVision3
    Ok, let's go about this a different way. Here is a stripped-down version of a much more complex C program, running on a Si Labs C8051F046: > > /* * * * * * * * */ > /* BEGIN t1.c */ > /* * * * * * ...
  • User-defined function in uVision5
    Hi everyone, I have an assembly code that I want to run in uVision4. The .a51 code is as follows: MOV A, #002H MOV R0, #040H MOV 040H, #001H XCH A, @R0 MOV R0, #050H MOV 050H, #0F0H...
  • User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...
  • SPECIFY EXACT LOCATION FOR C51 USER DEFINED FUNCTIONS
    HELLO all, Can we Sepecify exact location to our own defined functions. for example void function() _at_ c:0x5000; void main() { ... ... } void function() { ... ... }
  • PSRAM on XC167CI not defined in uVision3?
    Hello everybody, am i correct that the PSRAM of the XC167CI (located at E0'0000 - E0'07FF) is not defined by default when selecting the XC167CI from the device database? Is this intentially? ...