We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.
Westonsupermare Pier said:the cost/resources for building them could not be sustained
especially with the availability of the $10 debugger-equipped dev boards - which significantly reduce the benefit of simulation.