• Using Multiple ST-Links to program separate STM32 targets
    I am building an application which will program 4 STM32G030 in a test rig but cannot work out how to use 4 ST-Links connected to a USB hub in my test rig to do this. I need to run the ST-Links in parallel...
  • Using Multiple ST-Links to program separate STM32 targets
    I am building an application which will program 4 STM32G030 in a test rig but cannot work out how to use 4 ST-Links connected to a USB hub in my test rig to do this. I need to run the ST-Links in parallel...
  • 2 separate HEX files
    I'm using the Keil C51 compiler for my project. I need to create 2 separate code areas: one for on-chip code and one for off-chip (EEPROM) code. I want to locate some functions on-chip (for speed) and...
  • 2 separate HEX files
    I'm using the Keil C51 compiler for my project. I need to create 2 separate code areas: one for on-chip code and one for off-chip (EEPROM) code. I want to locate some functions on-chip (for speed) and...
  • Including asm inc file in C
    Hi, I am mixing C and assembly and want to call assembly macros from the C file. But I do not want to define all these macros in the C file itself. There are more than one such C files and a...