• 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...
  • Help programing pinouts with the c8051f320
    I am having prouble figiuring out how to map out the pins on the silicon laboratories C8051F320. I have inherated some firmware that needs to be modifed but i am having tourble figuring out how to map...
  • 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...
  • Need to communicate with C8051F320/1 using RS232
    I am new to programming uProcessors and could use some sample code for sending and receiving RS232 data using the C8051F320/1. If anyone has anything that would help, it would be greatly appreciated....