• RTX - Data integrity
    Hello, I have a pretty generic question about embedded RTOS systems and data integrity. I'm using RTX and I have several instances of structures that need to be read/written from several task...
  • RTX - Data integrity
    Hello, I have a pretty generic question about embedded RTOS systems and data integrity. I'm using RTX and I have several instances of structures that need to be read/written from several task...
  • Call C function (that calls another C function) from assembly code
    Hi all, I want to call a C function (for example: func1() ) from my old assembly code. The problem is that if func1() calls another C function( func2() ), what will happen? How does the compiler pass...
  • Call C function (that calls another C function) from assembly code
    Hi all, I want to call a C function (for example: func1() ) from my old assembly code. The problem is that if func1() calls another C function( func2() ), what will happen? How does the compiler pass...
  • LPC2148 assembly code. Trying to read data from read-write memory but Label showing blank data
    I am trying to copy data from LUT from one location and copying it to another location. Here is the code AREA Program, CODE, READONLY EXPORT __main ENTRY __main ldr r0, =SourceL ; Address of...