• A novice question
    hi, sorry for bothering you with the most simple question but i am stuck. i created the most simple project for an XC167CI using nothing but default setting. it builds, but the simulator reports "access...
  • Programering with the 8051, novice programer questions?
    So im very keen on the 8051 and I kind of want to use it for programming. Like for righting code while Im away from the house. what compilers would be available to me? Sorry if these sound nubberish...
  • plzzz help............novice here
    hi buddies.........i am a green horn to Embedded World. Please send me few basic programs that i can do it on my silicon labs c8051f350. and also any books related to C programming for 8051. I had...
  • 64 bit Maths
    I am trying to calculate some quadrature polynomials and I'm not getting enough resolution with the 32 bit fp maths library. Does anyone know of a 64 bit package either using integers or fp - I don't...
  • math question (beginner)
    I'm using float variables, but I want to convert these variables to integer like: 0.9 .... 1 30.9 .... 31 54.2 .... 54 please give a suggestion thanks very much