• str_scomp() function
    Hi all, I have a question concerning the library function str_scomp(). I see it used in the standard modem example source included with TcpNet library. I cannot find any documentation about its semantic...
  • Function
    Hello, We recently purchase keil PK51 software, we wanted to solve following error's, kindly help us. 1. When we compile our code by using PK51, it generate random functions. We required to set function...
  • labs function
    There a two unsigned integers. Lets call them red and blue. How can i put them in a if condition? The if condition should be true, if the difference between the two (unsigned integer) variables...
  • EXTI0 function
    I have the MCBSTM32F400 board or stm32f4 discovery board. I'm trying to investigate how to make a basic interrupt driven button. I have got this to work using the stm32 libraries before but are...
  • main function ?
    why in Keil compiler we define the main as int rather that void ? int main (void) rather than .... void main (void) ,like in C51