• Cannot get second Ulink2 progammer to work on same computer
    I have 3 Ulink2 Progammers (P/N ULA-0007A) that we use to upload and debug firmware for a device with ARM Cortex microcontroller LM3S1968-IBZ50-A2. Only one of three programmers any computer works fine...
  • How to execute a .exe compiled using fasm
    I used the cross compiler "fasm" to compile a sample program, hello.asm, which prints "Hello World". I got it compiled on my Window 10 Desktop. I copied the output "hello.exe" onto a flash drive, bring...
  • how to create and distribute executable subroutines
    Hi I have written C code for a 8051 micro processor based custom board. Some of the code is for interfacing with specific peripherals (sensors) and processing the data. I would like to not share the...
  • How to execute a memory test?
    Hi, I'm using the STM32F103ZE uC developping in C and asked to implement a full internal ram memory test. The memory runs from address 0x2000 0000 up to 0x2000 FFFF. When main() is started allready...
  • How to execute a function in RAM ?
    Hello everyone, I am using an evaluation version of uVision and the RealView tools, and I am working with an AT91SAM7S256. For a while now, I have been trying to get a C function to execute in RAM...