• modulo function problem in keil
    i have problem with keil int mode = -1; if (mode%5 == 0) { xyz(); } In the keil above if condition becoming true but in other compiler this same condition not becoming true what is the reason...
  • function definition in KEIL problem
    Hello i am including rcc_config.h file which has the following functions as shown in the attached code. But Keil gives me the follwing errors what should i do with those warnings if i want to use...
  • function definition in KEIL problem
    Hello i am including rcc_config.h file which has the following functions as shown in the attached code. But Keil gives me the follwing errors what should i do with those warnings if i want to use...
  • modulo function problem in keil
    i have problem with keil int mode = -1; if (mode%5 == 0) { xyz(); } In the keil above if condition becoming true but in other compiler this same condition not becoming true what is the reason...
  • Keil and array function.
    Hi guys, I'm using Keil V5.8 and I'm trying to write a C function that converts an integer to a string which is then passed onto another function that displays it on an LCD. The code I'm using is ...