• How to make the firmware as a bin file ?
    How to make the firmware as a bin file ? Hi. I'd like to make and upload the firmware file into STM32F103C8 board by using UART. Especially, STM32F103C8 board have boot mode switch and uart...
  • How to make the firmware as a bin file ?
    How to make the firmware as a bin file ? Hi. I'd like to make and upload the firmware file into STM32F103C8 board by using UART. Especially, STM32F103C8 board have boot mode switch and uart...
  • How to watch the *pointer = array[10] in the debug WATCH windows
    When the *pointer point to an array, as follow: int *pointer = malloc(sizeof(int) * 10); How can I watch the array in the debug WATCH windows? In Visual studio , we can use "pointer, 10" to watch...
  • How to watch the *pointer = array[10] in the debug WATCH windows
    When the *pointer point to an array, as follow: int *pointer = malloc(sizeof(int) * 10); How can I watch the array in the debug WATCH windows? In Visual studio , we can use "pointer, 10" to watch...
  • A question for the smart people on the forum.
    Can I use Keil to write code for a core written to an FPGA? The core would be ARM or 8051 based.