• USB3300 with TM4C129 MCU
    I am using a USB3300 board( www.kynix.com/.../USB3300-EZK-TR.pdf )with my Texas Instruments MCU (TM4C129), but there are things that I do not understand, first, when I give to the USB3300 3.3V from a...
  • Does MDK 5 support Tivaware for TM4C129x
    Hi, I have installed MDK 5 and cannot find TI TivaWare for TM4C129x Development kit. I have referred this document from TI website on how to open a project for TM4C129x in Keil MDK compiler....
  • Where is datatype 'UsbSocket' defined?
    We use Keil development tools. We have ARM7 LPC2400 based controller that talks to host over USB. I started looking at the code in the controller that is used to carry out USB Communications. In...
  • In TM4c129 ethernet port is not working if used with less than 25MHz crystal
    Hi all, I have made tcp/ip server it is working fine with 25MHz crystal. Now i replaced crystal with 16 MHz then i found that everything is working fine but ehternet is not working. Why TM4c129...
  • CMSIS-RTX, where is ''struct os_mutex_cb" defined?
    hi, I'm looking for 'struct os_**_cb ', such as 'struct os_mutex_cb' from the source code of CMSIS-RTOS, but just cannot find it. 'struct os_**_cb ' is used in os_cmsis.h, and I know they are implementation...