• Not the right answer
    I do not see the right answer when i use this function. float comppoly(x) { float y1,y2; float a1=0.1,b1=0.3,a2=2.1,b2=5.3,c=0.22; y1=a1*x+b1; y2=a1*x^2+b2*x+c; return(y2>y1);}; ?can you...
  • Issue with SSC0 communication: interrupt data transmitted is set right away
    Hello all, I'm emulating a SPI interface with the Synchronous interface of the XC164CS32F. Here is what I do: #1. init SPI (direction, baudrate, frame format) #2. init sensor (direction, cs...
  • generating right output for emulator
    Hi, I am starting my very first embedded microcontroller project and I need some assistance. I am a bit overwhelmed with all the options in the Keil IDE. I have a phillips P8xLPC76x emulator and...
  • putting thing in the right place
    I copy a post from me and a respnse form Andy from another forum since it is, indeed a Keil issue Erik Malund said: Anyhow maybe it would be an idea for Keil to add a selection "dot" to the table ...
  • Keil's Simulation is right or wrong?
    The MCU I used is SM8958A,which has 1K bytes on-chip RAM, 256 bytes of it are the same as general 8052 internal memory structure while the expanded 768 bytes on-chip RAM can be accessed by external memory...