• 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...
  • CMSIS Compliance Code
    Does anybody use the CMSIS (Cortex Microcontroller Software Interface Standard) with Keil's RTX package? Or for that matter, any use of CMSIS at all? Just curious if I *need* to convert over...
  • 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...