• string command
    Hi, I'm writing a code that wil receive and send a string through serial port (UART). The setup of the ARM is good. Now, I would like to know if is there a command, function, code, and so one that...
  • Passing strings to a display routine
    I have used the following code to send a display string to an RS232 port. It always worked in Keil Microvision2. Now in microvision5 it does not. DispString (“Abcdefg\n”); Void DispString ( unsigned...
  • pointer passing
    I don't know if this is me or the compiler. I have a declaration PSD_SIGNAL_DEF far psd_temp_def = {CS_TEMPERATURE_PSD_ADDRESS,CS_TEMPERATURE_PORT,CS_TEMPERATURE_PIN,0}; and a call psd_temp_def...
  • Passing 2-D array
    I want to pass a 2-D array from one function to another function. I wrote the program but sometimes i get wrong values. float Arr[81][10]; void Monitor_Slot1(void) { if(Slot_1 == 0) { Dev_Curr...
  • How recieve string into controller
    Hi everybody! I work with Keil C251 uVision2. in my programm i want to recieve string into controller. i have an array of characters incom[20] , which i use as a buffer for recieving string. i recieve...