• ARM7 toolchain for Windows
    What is the correct toolchain for LPC2148 (ARM7-TDMI-S) and where can it be found.? I'm using Eclipse as the IDE on Windows but can only find Cortex GCC toolchains on ARM.
  • Problems with pre-built GNU8 in Windows
    Hi, I tried to use gcc from gcc-arm-8.2-2018.08-i686-mingw32-aarch64-elf.tar.xz in Windows 10 but encountered the following problems: I was not able to extract the files from the above tar successfully...
  • Failed to debug CMSIS NN with stm32f4 discovery on gnu eclipse
    I am new to development on STM32F4 discovery and I am trying to execute cmsis nn example on stm32f407VG board. I am using GDB OpenOCDDebugging for debugging with configure option -f board/stm32f4discovery...
  • Need help in understanding ARM code
    Hello every one, I am newbie in ARM development. Currently I saw an open source project with the name TREZOR (A bitcoin wallet) and the processor they used is ARM Cortex M3 based processor. All its detail...
  • RTX5 and stm32 - LED don't blink
    Hello everyone! I want to use RTX 5 RTOS for my project using STM32 and for now I wanted to just blink an on-board LED, but it just stays on. Everything builds etc, but during debugging using GDB/OpenOCD...