• This new mdk 5.11a sucks is it me or it really sucks
    This new mdk 5.11a sucks It have many lib missing and have lot of problem with network park for stm32f107 in ask me for spi Ethernet chip and if I select it give me error on SPI driver and if you want...
  • Creating a new Assembly project
    Hi to all! I'm trying to create a new project with µVision3 using only assembler language. I used an existing Startup.s and Target.ld files for GCC compiler, but it doesn't work if my main is "project_name...
  • Can I use keil 5.11a for stm32 with my own drivers?
    Can I use keil 5.11a for stm32 with my own drivers? or I have to use keil software packs for stm32? what about startup assembly file and other cortex m related file?
  • Create a new project with µvision 5
    Hello, I am beginner in embedded software, Currently i am trying to create a new project with Keil µvision5. I use a STM32F429ZI_Discovery_Board to make my application. As I am a beginner, therefore...
  • problem creating new project from old project
    I have a project that consists only of a header file and the source file (C). The program compiles, links, and generates the HEX file perfectly. I can then download the HEX file, and it executes perfectly...