• c8051f320
    how do i interface c8051f320 microcontroller with a usb printer without using a pc.... any tutorials .. plz give url.. and help
  • Array initialization in c8051F320
    I'm trying to fill an array in xdata with zeros as follows: unsigned char n; //Index to scan the array unsigned char xdata bt[100]; //The array to fill for(n=0;n<100;n++){ bt[n]=0; } But...
  • C8051F320 UART Issue
    I know my MAX487EESA UART Transeiver chip is sending data to the recieve pin on the F320, as I can watch high and low activity on the scope. The baud rate needs to be 460800 from my device and I have...
  • MCB2300 V3.1 ETM Connector Pinout Schematic
    Where can I find the corrected ETM pinout for the MCB2300 Ver 3.1 schematic?
  • Bootloader compliance hex code for C8051F320
    Hi, I have CC1101DK433 development board from Texas Instruments which has C8051F320 USB MCU microcontroller. Currently, I don't have a Silabs EC2 Serial Adapter and am using bootloader to program the...