Jump to content
43oh

assad

Members
  • Content Count

    5
  • Joined

  • Last visited

  1. i am getting error while compiling bmp180 example program Description Resource Path Location Type #20 identifier "I2C3_BASE" is undefined main.c /ali line 273 C/C++ Problem pleas help me
  2. i got error while using bmp180 exmple code kindly help me Description Resource Path Location Type #20 identifier "I2C3_BASE" is undefined main.c /ali line 271 C/C++ Problem
  3. i want to interface lm75b temp sensor. i did not receiving the correct value is there any problem in coding datasheet is given here http://www.ti.com/lit/ds/symlink/lm75b.pdf kindly help me that what changes i have to made #define SYSTICKHZ 1000 #define SYSTICKMS (1000 / SYSTICKHZ) #define LM75B_ADDR 0x90 // LM75B registers #define LM75B_Conf 0x01 #define LM75B_Temp 0x00 #define LM75B_Tos 0x03 #define LM75B_Thyst 0x02 #include "inc/hw_types.h" #include "inc/hw_memmap.h" #include "inc/hw_ssi.h" #inc
  4. #20 identifier "GPIO_PA0_U0RX" is undefined main.c /I2C line 120 C/C++ Problem #20 identifier "GPIO_PA1_U0TX" is undefined main.c /I2C line 121 C/C++ Problem i m getting this error in ccs compiler pleas help
×
×
  • Create New...