• Global & Static initialization problem
    Hi, I am developing a firmware for EZUSB FX based board. I am facing a small problem. I am not able to initialize a Global variable in my firmware. Even though I assign the global variable with 0 initial...
  • Global & Static initialization problem
    Hi, I am developing a firmware for EZUSB FX based board. I am facing a small problem. I am not able to initialize a Global variable in my firmware. Even though I assign the global variable with 0 initial...
  • How to define global variable or static variable in a function when develop a customized external loader?
    Hi, I'm developing a customized flash memory programmer for our project. It is based on external loader examples available under the ST-LINK Utility / STM32CubeProgrammer ExternalLoader directory. We...
  • How to define global variable or static variable in a function when develop a customized external loader?
    Hi, I'm developing a customized flash memory programmer for our project. It is based on external loader examples available under the ST-LINK Utility / STM32CubeProgrammer ExternalLoader directory. We...
  • Problem with global variables and Interrupt Service Routines
    Hi! I've many interrupt service routines on my current project! But I didn't succeed in passing data between the main function and the ISRs! I declared global variables (no difference if static...