• HWRESET and SYSRESETREQ/VECTRESET core reset issues

    Hi,

    I am using uVision 5.28 and ULink2 to debug a Cortex-M0+ device. I ran into an issue that when I use VECTRESET the peripheral settings would not be reset properly and hence my code would never enter main() function. In this case, I used SYSRESETREQ…

  • List of configuration options in .uvprojx and .uvoptx files (Keil uVision 5)

    Hello!

    As an author of CMake <> uVision Synchronizer project, I am trying to find a list of all possible (or at least all mandatory) configuration options in uVision5 Project File (.uvprojx) and uVision5 project options (.uvoptx) XML files.

    Now the…