• typecast uint8_t array into uint64_t variable
    I am working on STM32L432KB with Keil uVesion5 and need to write its internal flash using IAP method. For that I use below API: HAL_FLASH_Program (uint32_t TypeProgram, uint32_t Address, uint64_t...
  • Memory Window Customization in µVision
    Probably a needless feature, but if it existed it would love to use it... Is there a way to change the display of the NUL character in the memory windows? Currently it displays as a '.' and I would...
  • µVision V5.15 Simulation not working.
    I am using STM32F070CB device of vendor ST-Microelectronics and IDE-Version: µVision V5.15. When I start the simulation, (Just clicking on Start/Stop debug session) the IDE shows error that µVision...
  • µVision and Redboot, linker addresses?
    Hello, I have a question about using µVision and RedBoot. RedBoot loads an image via tftp to 0x80000, ther is RAM on my DEV-Board. My problem is that I don't know how to tell the linker addresses...
  • PATH Variables in µVision for includes
    Hi everyone, at the moment I'm setting up a µVision Project for a working Firmware. Building my Firmware with Makefile is already working. I have an OS in a different directory and I already...