On page 500 of the document: //
// Configure Endpoint 1.
//
USBDevEndpointConfigSet(USB0_BASE, USB_EP_1, 64, DISABLE_NAK_LIMIT,
USB_EP_MODE_BULK | USB_EP_DEV_IN);
//
// Configure FIFO as a device IN endpoint FIFO starting at address 64
// and is 64 bytes…
Hi, I was trying to run the I2C example in the SW-TM4C-DRL-UG-2.1.0.12573.pdf. The problem is it only send out the address. Below is the code and test results. There must be something very simple that I am missing.
Thank you
void TEST () {
//
…
Hi Eddie,
I'll contact you externally to further discuss this matter. For the community's awareness, SIMPLICITI includes MSP430 host examples and SW-DRL is still available, however both the DK-EM2-2500S and LM3S9B96 are obsolete and it is advised that…
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: SW-DRL
Dear all, I'm new to Tiva programing, I want to use a Timer for each time I enable it will have different load value. which mode should I use and which function I would call in other…
Might the call to, "PWMSyncUpdate()" achieve your objective? This should "que" your update and apply it only when the PWM counter becomes zero. SW-DRL User Guide details care/handling of said function...
My friend - it would appear your "Search Tactics" may require (some) revision.
You will immensely aid your efforts by finding, then reading, understanding & complying with the simply terrific GUIDANCE provided w/in the, " SW-DRL-UG " (User's Guide for…
Marc-Andre Harvey said: In any case, it does not make sense to reset the whole MCU for a communication error.
And - in that we are in full agreement... (and thank you for your reporting & verify)
IMHO - those individual (and herein proven helpful…
Other Parts Discussed in Thread: SW-DRL , SW-GRL I've downloaded SW-GRL and successfully compiled the graphics library. In reviewing AN01287 I see there is sample code available for display device drivers. That code is not in the SW-GRL package and it…
Feel your pain - and it must be noted that the, "QEI Code Example - furnished w/in "SW-DRL-UG-xxxx" - proved embarrassingly brief and "avoided entirely" the (more complex) QEI-Velocity function! To be fair - and in that (so very brief) example's favor…