Part Number: TM4C123GH6PM Hello,
I have 2ch PWM generator. What I need to try is to put 180 degree phase shift on the outputs, so both outputs are not 1 at the same time. Naturally we should limit the PWM duty cycle to 50 percent maximum to accommodate…
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: MSP430F5529
Hi Experts,
Good day! I am posting this on behalf of the customer.
I'm currently working on a DSS script using js. I opened the ti API documentation for DSS and I learned how to…
Part Number: TM4C123GH6PM Hello
I am measuring magnetic fields with the HMC5883L chip in single measurement mode, and transmitting the data via UART to a PC.
The program crashes (goes into faultISR loop) when the sprintf function is used. Often, it only…
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: EK-TM4C123GXL Hello, I want to implement bit banding to use it to set and clear GPIO pin but I found it take more instruction cycle than set way
this is my implementation if there is some error…
Part Number: TM4C123GH6PM Hi Everyone,
I would like to sample some signals with a higher sampling rate than the effective sampling rate of the two ADCs (e.g., instead of 1 MHz maximum sampling, I would like to sample at 1.5-3 MHz). I know of the possibility…
Part Number: TM4C123GH6PM Hi Everyone,
I would like to configure the ADC of the mentioned microcontroller into one of the modes - yet I found no description of it, neither in the datasheet, nor in the API. Is it possible to configure the ADC to either…
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: TM4C123
Hello,
I am using I2C slave mode on the TM4C123GH6PM, so an I2C master (a raspberry pi) can access an array of 32bytes, that is constantly calculated.
I noticed sometimes, that my slave…
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: TM4C123
Hello,
I am using a timer interrupt to calculate a buffer of 32bytes, and then serving this buffer as i2c slave. The problem is from time to the i2c call from master intervenes with the…