Part Number: EK-TM4C123GXL Hello, when I run the USB_dev_serial example, my terminal finds two comports. com3 and com4. which part of the code is related to comports ?
I would like to implement that to another project so both ports would be available…
Part Number: EK-TM4C123GXL hello, when i connect the micro controller to PC on debug mode it finds the comport on device manager. but when I connect the cable to device port and switch the micro controller, it does not show comport. is there
anyway I…
Part Number: EK-TM4C123GXL Hello, I have two question. I am running the USB_dev_serial example.
1) how can find the driver code ? I would like to see the detail of the code for this example.
2) how can I add breakpoints in code composer so I can see…
Part Number: EK-TM4C123GXL Other Parts Discussed in Thread: TEST I want to be able to read data from micro controller when I am connecting with device USB not debug. I did run the usb_dev_serial example but I do not see anything when i am accessing the…
Part Number: EK-TM4C123GXL My code below detects SW1 - but doesn't detect SW2 - but think I'm configuring both the same ...
Not sure what I'm missing here
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOF);
GPIOPinTypeGPIOInput(GPIO_PORTF_BASE…
Part Number: EK-TM4C123GXL Other Parts Discussed in Thread: MSP430F5529 , MSP430G2553 Hello. I have encountered some problem using EK-TM4C123GXL ADC12. It seems like some of the settings is not quite clear for now.
I'll be delighted if any of the following…
Part Number: EK-TM4C123GXL Hi, Think I missing something on the SDK.
How do you configure PF1, PF2 and PF3 as PWM pins, specifically M1PWM5, M1PWM6 and M1PWM7, which document spmu296 indicates I can do by setting GPIOPCTL to 5.
Now what I was expecting…
Part Number: EK-TM4C123GXL
Hi Team,
The system cannot work when changing a system clock setting
SysCtlClockSet(SYSCTL_SYSDIV_2_5| SYSCTL_XTAL_5MHZ|SYSCTL_USE_PLL|SYSCTL_OSC_MAIN);
is right or NOT;
The following parameter setting is absolutely ok …
Part Number: EK-TM4C123GXL Other Parts Discussed in Thread: TM4C123GH6PM , TM4C1231E6PM I may have misread something, often do, but in the currently posted datasheets for the
TM4C123GH6PM and the
TM4C1231E6PM
Tables 2-4 and 2-5 seem to differ in the size…