• in debug mode, won't enter main()
    Hello, I am looking for some help with my Keil uVision 5.27. I am able to run some example code for my chip that I downloaded from NXP. I have 0 errors and 0 warnings. I am able to go into the debug...
  • Reverse engeneering / debug / emulate .bin stripped firmware
    Hello, I am trying to find out GPIO mapping on a board with an STM32F407 (which firmware function is related to which GPIO). I know I could do it using a LA, but pins are note very accesible. I have...
  • Incorrect value displayed on system viewer window
    Hi, I'm using a STM32F4 Discovery board which has a STM32F407VG with a LIS3DSH accelerometer which is connected by SPI. I'm trying to read a register from the accelerometer and I tried writing the address...
  • Error while trying to initialize printf/scanf with __FILE
    Hi All, I am using Keil uVision 5 with STM32F411RE I have a piece of code as follows (source http://www.keil.com/support/man/docs/armlib/armlib_chr1358938931411.htm ) #include <stdio.h> struct...
  • Can't debug a project
    Hello I’ve been using my STM32L053 DISCOVERY board for a few months. It worked until yesterday. I wrote a program to write a 4 char array to eeprom, under my lecturers supervision, and suddenly my and...