• Unable to watch variables in uVision debugger
    I'm using uVision3 with the GNU toolchain. If I try to inspect a global variable with the watch window, some variables are correctly shown, some others are not shown (a row of ??????? appears on the ...
  • Unable to watch variables in uVision debugger
    I'm using uVision3 with the GNU toolchain. If I try to inspect a global variable with the watch window, some variables are correctly shown, some others are not shown (a row of ??????? appears on the ...
  • How to export from uVision to Matlab
    I am using uVision/MDK-ARM to develop a proof of concept for a signal processing application using the STM32F4 Discovery board. I am in need to export selected segments of memory to Matlab, to do...
  • How to export from uVision to Matlab
    I am using uVision/MDK-ARM to develop a proof of concept for a signal processing application using the STM32F4 Discovery board. I am in need to export selected segments of memory to Matlab, to do...
  • variables in debugger watch window not right...?
    I was trying to make a simple static heap module, and when trying to verify proper operation of the heap functions via the debugger I got quite confused. Whether I build and run the below code for...