• 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...
  • simple code not always working
    Hi I have a function InitRAM This way it works: unsigned char Flash_Data[512]; unsigned int AnalogMaxValues[8]; #define AnalogMaxValues_start 129 //byte number of AnalogMaxValues in flash block...
  • Why not printf works always....
    Why not printf works always.... When I tried with Keil Monotor Driver51 it did not work but was working in simulation mode. But now again when I try to debug sample code in simulated mode it does...
  • How can I monitor GPIO signals of STM32F4?
    Hi guys, I am using an STM32F4 discovery board and want to analyze how the SPI works. Is there anyone knows how to monitor the GPIO signals of STM32F4. I tried to use the logic analyzer by typing in...