Forum Post: RE: TM4C123GH6PM: missing PWM pulse
"here my code" consider using dual slope here. if the counter is above / below the compare value you are setting, in single slope operations (up / down counters), you miss a pulse.
View ArticleForum Post: RTOS/MSP-EXP430FR5994: Can CC2560 be used with MSP430 in UART mode?
Part Number: MSP-EXP430FR5994 Tool/software: TI-RTOS Hello, I have a quick question, which I want to be sure about before I start my design. I am making a wearable project that employs MSP430 ultra-low...
View ArticleForum Post: RE: CCS/TMS320F28335: Error connecting to the target, Device may...
Respected sir, I have done JTAG integrity test log .I have checked one another board ,for that board it works target connection successful but for one board I have above problem occurred .what will be...
View ArticleForum Post: RE: MSP432P401R: OutOfBox_MSP432P401R_GUI
Hello John, I am not clear what you meant by connecting from within CCS. The Demo GUI as mentioned in the README is a cloud resource and mist be launched via TI Resource Explorer which is hosted via...
View ArticleForum Post: RE: TMS320F28377D: sine-wave generation with epwm-modules
Hi Frank, i will try your instructions on the weekend or next week, when i‘am back at work. Thanks so far. If got further questions I start a new thread. regards Basti
View ArticleForum Post: RE: CCS/MSP-EXP432P401R: Arduino Uno to MSP432 serail communication
Hello Madison, You are using EUSCI A2 but having the interrupt handler EUSCIA0_IRQHandler for EUScI-A0. Instead change theinterrupt handler function to EUSCIA2_IRQHandler(
View ArticleForum Post: RE: RM48L930: MibSPI loopback not working
Chuck, I looked at the example SPI DMA code. To enable loopback it does not call the API in mibspi.c that uses the IOLPKTSTCR register. Instead, it declares a local fcn named...
View ArticleForum Post: RE: RM48L952: TI_FEE driver timing requirements
Chuck, I have reviewed the data sheets as you suggested and continued with a bit of data collection on my own. The data sheet indicates for my conditions that Bank 7 should erase in typically 14mS, but...
View ArticleForum Post: RE: Compiler/TM4C123GH6PM: SPI communicate TM4C123GH6PM with MCP4921
Would it not " HELP ALL HERE " - if you'd (at least somewhat) DESCRIBE what you CHANGED - to achieve success? There were SO MANY Posts - trying to assist you - it proves VERY HARD (now) to discover,...
View ArticleForum Post: RE: TM4C1294NCPDT: How to tell the difference between cold or...
Is there an good memory location I can pass some info between reboot? so that the software can continue some tasks started before software reset
View ArticleForum Post: RE: CCS/MSP430FR2311: ADC Interrupt Service Routine
> ADCMCTL0|= ADCINCH_0 + ADCINCH_1 + ADCINCH_3| ADCSREF_1; ADCINCH isn't a bit vector, it's an integer. It indicates the (starting) channel number to count down from. If (with CONSEQ=1) you set...
View ArticleForum Post: RE: MSP432P4111: RTC on Launchpad has low precision
The code is representing RTC settings only and not actual program execution. RTC readings is actually called by a timer. RTC interrupt: void RTC_C_IRQHandler(void) { RTC_C->CTL0 = (RTC_C->CTL0...
View ArticleForum Post: RE: CLA on 28035 memory issue. CLA stops working when .text...
I now let the .text use RAMM1 once RAML0L1 is full, instead of RAML3. Right now the program is working fine, but I will need to add even more things in .text, so it will not fit into RAMM1 either. Is...
View ArticleForum Post: RE: CCS/MSP430FR2311: ADC Interrupt Service Routine
Small mistake above: I was thinking of CONSEQ=3; for CONSEQ=1 if ADCINCH reads as 0 that's ambiguous. I suggest you use CONSEQ=3 (SLAU445G Fig 20-15). With MSC=0 (which I recommend anyway for the FR2x...
View ArticleForum Post: RE: TMS320F280049: Valley Switching
Hi Salicru, The edgemode can be set according to the information below: default = 0 EDGE_MODE = 0 --> low to high edge transitions for edge filter EDGE_MODE = 1 --> high to low edge transitions...
View ArticleForum Post: RE: CCS/TMS320F28335: Error connecting to the target, Device may...
Mahesh, Since it is custom board and you have basic integrity check failing, I would suggest to check the JTAG signal integrity on your board. It look like there is some issue with TDI/TDO singnals on...
View ArticleForum Post: RE: MSP430I2040: Could you please tell me the accuracy of...
What do you mean by "decimal place?" It depends on the reference voltage.
View ArticleForum Post: RE: CCS/MSP432P4111: How to migrate example projects of...
Hello Sunglin, For the errors in LCD Driver you would need to change the register to CMSIS Style of access. As an example UCB0TXBUF must be changed to EUSCI_B0->TXBUF As for the main.c, the Flash...
View ArticleForum Post: RE: TMS320F28379D: Combining the Sci_echoback example with the...
Hi Elizabeth, I will have a look at any C programming reference. I have another question and I'm wondering what is the sampling frequency in this example, is it 12kHz. see this code from the example:...
View ArticleForum Post: RE: TM4C1294NCPDT: How to tell the difference between cold or...
Earlier you have some doubt on the EEprom life cycle? EEprom would have been the best choice for you. How often do you need to perform cold reboot in your application? The EEprom is specified for 500k...
View Article