• Debug issues and delay function
    Hi everyone, great forum! had a question about debugging and timer interrupt. Delay function delay(unsigned int msec) assumes 12Mhz clock, and 2 timer interrupts/msec, so it waits for timer interrupt...
  • Debug issues and delay function
    Hi everyone, great forum! had a question about debugging and timer interrupt. Delay function delay(unsigned int msec) assumes 12Mhz clock, and 2 timer interrupts/msec, so it waits for timer interrupt...
  • ARM Development Studio IDE 2020.1 and DE10-NANO --> Linker and debugging issue
    As the title states: ARM Development Studio IDE 2020.1 using ARM Compiler 6 DE10-NANO board Quartus 18.1 Windows 10 I have an FPGA and SOC design done and the RBF generated. I can program...
  • ARM Development Studio IDE 2020.1 and DE10-NANO --> Linker and debugging issue
    As the title states: ARM Development Studio IDE 2020.1 using ARM Compiler 6 DE10-NANO board Quartus 18.1 Windows 10 I have an FPGA and SOC design done and the RBF generated. I can program...
  • Alignment issue between debug and release builds on windows
    Hello, I am storing a structure in the flash of my cortex M0+ MCU. I have been trying this with gcc 9-2020-q2-update and 8-2019-q3-update (8.3.1) on Windows and the debug build linking fails. Building...