• Plotting data from adc in matlab
    code is below. How can I plot the dene[i] in code in matlab? #include <stm32f4xx.h> #include <stm32f4xx_conf.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_adc.h> #include <stm32f4xx_gpio.h> ...
  • Plotting data from adc in matlab
    code is below. How can I plot the dene[i] in code in matlab? #include <stm32f4xx.h> #include <stm32f4xx_conf.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_adc.h> #include <stm32f4xx_gpio.h> ...
  • uVision Debugger - how to export watch variable
    I would like to copy the content of a variable displayed in the watch window to a text pad or similar. Is there a way to export the content?
  • uVision Debugger - how to export watch variable
    I would like to copy the content of a variable displayed in the watch window to a text pad or similar. Is there a way to export the content?
  • Cannot change Variables during debug session
    Hi, I'm using Keil µVision 5.24.2 with a Segger JLink and STM32F468IG MCU. In my SPI Module I have a SPI Data Struct which has some Flags (uint8_t). For some debugging I want to change the Variable...