• Foreign characters code problem in c language
    I want to sent and receive Turkish characters to led panel in Keil , but when I try to sent and receive with switch case, I receive this error: switch(c) { case 'A':adr=97;break; //correct ...
  • How to interface RHT03 with cortex M3?
    Dear all, I want to measure humidity by using an humidity sensor RHT03. It's a digital sensor, and output 40 bits signal response. but the way it outputs is little bit strange. MCU send...
  • interfacing function calls of 2 projects
    Hi, I have 2 projects: a boot loader and a user program. The boot loader provides serveral C functions a user program can use. The address of these functions and its parameters are known. When compiling...
  • How to Write function in Assemble and interface to C code
    Please give some example that will show how write and interface assembly function to C
  • CAN interfacing with lpc1768 cortex m3 using keil4
    Hello, I'm trying to run the lpc1768 CAN NXP sample code but the data is not received.following is there inilisation.i have connected CANH of CAN1 to CANH of CAN2 and iiy for CANL.but data is not received...