• RTOS (RTX) Mutex-Semaphore problem
    Hi all , I thought the only differences between a Mutex and a semaphore are the count(Semaphore Capability) and priority inversion(Semaphore Capability) . Today , I’ve encountered something strange...
  • ARM: Simulator printf
    I have created a project in Microvision 5 for an ARM Cortex-M0 (ARMCM0), and enabled the Simulator. I pull up the Debug (printf) Viewer and run the following code #include <stdio.h> main(void) ...
  • Build a Universal Coil Winding Machine
    I must build a coil winder like those available in electronics catalogs years ago from common, easily-obtained materials. Although it may look complex, it really is not. Will I find that it is easy to...
  • I need the help of expert
    I am making a project about DS80C400. I need to relocate the program objects of some library files,but only some of them can be relocated(for example rom_task.lib),others can not,such as ROM_SOCK.LIB...
  • Compute CRC of code with armlink
    I'm starting to write a bootloader for my Cortex-M4 processor. At start I need to check integrity of application in flash, for this I need the compute the CRC of the content of the flash and compare...