• register to get the core clock
    Hello everyone, i have a big question, i want to know if there is a register to read on the STM32 board to get the core clock value. there is a command executed from the debugging to get this value...
  • To get information from a register
    Hi all, I have a very trivial question. I have a 16-bits register. How to retrieve 8-LSBs and 8-HSBs from the register. Give some examples thanks regards /M
  • How to set DBGMCU_CR register on MDK?
    IDE:MDK5.23.0.0 MCU:STM32F103RET6 Code generate:STM32CubeMX Q1:How to set the DBGMCU_CR register on MDK? I tried two solutions to set DBGMCU_CR on MDK, but failed. Solution 1 Add the conf_STM32F103RE...
  • How to set DBGMCU_CR register on MDK?
    IDE:MDK5.23.0.0 MCU:STM32F103RET6 Code generate:STM32CubeMX Q1:I want to know how to set the DBGMCU_CR register on MDK? I tried two solutions to set DBGMCU_CR on MDK, but failed. Solution 1...
  • Read and set assembler registers c
    Hello there,am using keil I need to be able to access assembly registers from my C code. Is there a easy way to set the value of a register to the value of a variable and get the value of a register...