• Cygnal 8051F000 I2C Example Program from keil
    Hi, I included Cygnal 8051F000 I2C Example Program from keil in my current project. The code work properly but when I enable interrupt I code get hang up after some interval. if I make EA=0 and call...
  • Cygnal 8051F000 I2C Example Program from keil
    Hi, I included Cygnal 8051F000 I2C Example Program from keil in my current project. The code work properly but when I enable interrupt I code get hang up after some interval. if I make EA=0 and call...
  • L107 in Bit section with example by Cygnal
    I am getting many errors off of a compile/link attempt from code from Cygnal. The first one is a L107 on the bit area. Segment ?BI?SMB_EX3. This is the result of going to: http://www.cygnal.com/support...
  • L107 in Bit section with example by Cygnal
    I am getting many errors off of a compile/link attempt from code from Cygnal. The first one is a L107 on the bit area. Segment ?BI?SMB_EX3. This is the result of going to: http://www.cygnal.com/support...
  • USBMem example : need help!
    How can I combine USBMem example and MMC interface to make USB mass storage devive with MCB2300 and MMC/SD card? Thanks very much.