• CMSIS CAN Driver for STM32F303
    Hi, I'm developing an application with CAN bus interface for the STM32F303. Are there any documents with an introduction to CMSIS CAN Bus Driver and examples? If I understood it correctly the CAN...
  • Problem ADC with DMA of STM32F303
    Hi, I want to test my ADC1 with DMA but doesn't work and i don't know why. I spent a lot of time to debug but no success, can you please help me on this. I m working with STM32f3 discovery. The...
  • DMA between GPIO and SRAM STM32f303
    Here I am trying to move the data at the SRAM location 0x20000010 into the ODR register of the GPIOE of STM32f303VCT6. But it is not happening for me(I an not see the data change in the ODR while debugging...
  • armcc compile opition --depend_dir
    In help files,i see --depend_dir=directory_name armcc -c --output_dir=obj f1.c f2.c --depend_dir=depend --depend=deps Result: depend/f1.d depend/f2.d obj/f1.o obj/f2.o then I...
  • Order of compilation in ArmCC
    How does the Uv4.exe determine in what order source files are built? I have a project that I build on my local PC, and the same project being built on a build machine. The source files get compiled in...