• compiling problem
    hi guys, i'm having a problem when compiling my program the error is as follow : compiling SPI_STM32F4xx.c... C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\SPI_STM32F4xx.c(36): error...
  • header/source ... problem linking compilation
    Hi everyone, I want to program nucleo F091RC using STM32f0xx standard peripheral libraries. I included all the .h and .c files in my project and when I try to build my project, the only one error i...
  • PROBLEM WITH COMPILING. check my code
    Hi, Guys I got this code from my internet and it is written using IAR C from IAR then I want to compie it in KEIL but after compiling it I got alot of errors from compiling from KEIL Would you...
  • Is it a compiler bug??
    unsigned int Begin; ... Begin=*(U16 CODE *)Begin; ... ;---- Variable 'Begin' assigned to Register 'DPTR' ---- 002C 8F82 MOV DPL,R7 002E F583 MOV DPH,A ; SOURCE LINE # 82 0030 E4 CLR A 0031 93 MOVC...