This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Simulate GPIO inputs STM32F4

I had success executing (in simulation mode) a project in Keil uvision 5 for stm32f1xx that read the status of some input, which could be modified with a mouse click.

However, I am trying the same with stm32f4 (f407, f411 or f429) and I don't get it.

The checkboxes of the inputs do not appear. And the GPIOx-> IDR checkboxes are disabled for modification.

Has anyone got it? Thank you

Parents
  • I think the STM32F2/4 era is when Keil basically gave up providing system level simulation as the number of MCU designs exploded, and the cost/resources for building them could not be sustained.

    If you want full simulation you might want to look at earlier MCU where they went to town on the peripheral side simulation.

    Cheap actual hardware, with debugger, run $10 USD at this point, so represents the best choice when doing real work.

Reply
  • I think the STM32F2/4 era is when Keil basically gave up providing system level simulation as the number of MCU designs exploded, and the cost/resources for building them could not be sustained.

    If you want full simulation you might want to look at earlier MCU where they went to town on the peripheral side simulation.

    Cheap actual hardware, with debugger, run $10 USD at this point, so represents the best choice when doing real work.

Children