• Run problem on the Corstone SSE-300 (MPS3) simulator
    Hi, Could someone tell me, please, what could be the issue if everything works on the -O3 optimization, but on the -O0 it stops working at the entrance to the "main()" function (freeze)? Thanks.
  • Run problem on the Corstone SSE-300 (MPS3) simulator
    Hi, Could someone tell me, please, what could be the issue if everything works on the -O3 optimization, but on the -O0 it stops working at the entrance to the "main()" function (freeze)? Thanks.
  • does the simulator simulate the ST ARM Cortex FSMC?
    Hello All, I am hoping to use the Keil ARM simulator to get a vague idea of how long an ISR takes to execute. The code in the ISR is talking to a memory mapped device that is mapped via the ST Flexible...
  • does the simulator simulate the ST ARM Cortex FSMC?
    Hello All, I am hoping to use the Keil ARM simulator to get a vague idea of how long an ISR takes to execute. The code in the ISR is talking to a memory mapped device that is mapped via the ST Flexible...
  • Simulation Problem
    Simulation problem ================ I need to simulate STM32 by set PORTB bit15 to low ( other bit is configed OUT). bs READ PORTB,1,"PORTB&=0x7fff" The Program is hangup and close.