• CPU cycles
    Hi, My questions is: How many machine cycles does it take a function of absolute value? The operation is for a number floating point.
  • ADC speed and CPU cycles
    I'm investigating using the MCB4300 or MCB1850 for an ADC-centric purpose, but I'd like to know how much CPU is left over if sampling at the full 400kHz. I'd seen a review of the FFT lib touting its...
  • [ST-Link STM32F4] Random Internal Command Errors
    I have been using Keil u5, ST-Link/V2's, and STM32F405's for various projects for a few years, but roughly two months ago I started getting "Internal Command Error" popups when trying to flash boards...
  • Is --debug option equivalent to -g option in armcc?
    In armcc user guide I learned that description of --debug and -g are quite similar. Is --debug option equivalent to -g option in armcc?
  • ARM C/C++ Compiler, RVCT4.0
    Hello ; We were working on a project where we have to change our local time (UTC +2 ) . After development we changed our time from 10.12.2016 to 1.1.2020 to test our application . But accidentally...