• problem with "bool" type
    Hello, I have used an example project as a base for my project(SysTick for STM32Discovery). I wrote some additional code using some variable of boolean type. Compiler doesnt show any errors in this...
  • error : Unknown type name "uint8_t"
    Hi, I am using keil uVision4. When i compile a keil project for STM32F10x controller it is showing the error :-error : Unknown type name "uint8_t" .In my project files the header "stdint.h" is not...
  • 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...
  • Advantage of the uLink over LPT port wiggler
    Does anyone have experience comparing uLink and LPT port wiggler OCDS (JTAG) debugger?
  • STM32F3 invalid Bool defintion inside USB library
    Hi. Long time professional on competitors products, I'm not experimenting with the uVision IDE and STM32F3 Discovery board. First thing for me is understanding how to setup a project, so I started...