Forum Post: CCS/TMS320F28335: i am running a basic code using matlab 2011b...
Part Number: TMS320F28335 Tool/software: Code Composer Studio I need to blink led by giving pulse at every 0.5 sec.i just put output data type as unit16.That led directly connected to gpio34.just could...
View ArticleForum Post: RE: CCS/MSP430F5529: To stop PWM
Hi Mr.Vikas Chola, Thanks for your replay & time. Can you please help me out with an example code. Regards, Dipu.
View ArticleForum Post: RE: RTOS/TM4C123GH6PM: Run i2ctmp006_EK example and i2c clock be...
Hi Charles, I found out when first transaction finished, the I2CMCS status register value is weird. Why bus idle & busy flag exist in same time ? Could you please tell me why ? thanks!
View ArticleForum Post: RE: RM46L852: Register read speed seems awfully slow
Thank you. I get the same performance when reading temp = rtiREG1->CNT[0].FRCx; and temp = hetPORT1->DIN; 1. Does it take ~40 cycles to read any register, or just peripherals? 2. Is this an...
View ArticleForum Post: RE: MSP430F5244: the errata "USCI40" - SPI Slave Transmit with...
Caleb, Thank you for your information.
View ArticleForum Post: RE: EK-TM4C123GXL: Softreset by Application Interrupt and Reset...
If the board will not reset by softreset after power on, it will always hang at softreset. A gdb session is as below: (gdb) target remote /dev/ttyUSB0 Remote debugging using /dev/ttyUSB0 0x01001024 in...
View ArticleForum Post: TMS320F28035: How to program 28035 without using CCS but with...
Part Number: TMS320F28035 Hi, I use CCS and XDS100 V2 to program TMS320F28035 currently ,our purpose is that we want to give hex file and XDS100 V2 to production staff to batch program TMS320F28035...
View ArticleForum Post: RE: TM4C129XNCZAD: Build a Debug Probe
isn't there any alternatives for debug/programming to XDS110 for Hercules MCUs ( open source or something , already aware of OpenOCD ) ... it's pretty hard to import this kind of devices ...
View ArticleForum Post: MSP432P401R: How to modify MSP432P401 clock to HFTCLK and Chagne...
Part Number: MSP432P401R Hi Champion, I find in MSP432Power.c that TI-RTOS driver set MSP432 default use internal DCDC and use DCO outpur48MHz MCLK. Now my customer want to change it to AM_LDO_VCORE1...
View ArticleForum Post: RE: TMS320F28377D: IEC60730 Class-B: Table H.1: 'Internal data...
Sal, Can we ask TI about simplification from class-C to class-B? For example, the part has ECC and party logics, so it is expected to satisfy the class-B without stl_flash or stl_ram. Is it wrong, or...
View ArticleForum Post: RE: TMS320F28027: Low level between C2000's I / O and TXB 0108 is...
Hi Chen, Thank you for reply. I looking forward to your comments. I have an additional information. Customers are using the C2000 internal serial communication module. Other GPIO ports are no issue...
View ArticleForum Post: RE: MSP430F6638: Port_Mapping on MSP430F6638
You forgot the P2SEL/P2DIR configuration. The interrupt is independent from the pin configuration; it goes to the same interrupt vector. (On the F6638, the USCI_A0 vector is at 0xFFF0.)
View ArticleForum Post: RE: CCS/EK-TM4C129EXL: Write data goes missing
Hi, you did mention that "never "start" w/higher than minimal (100kbps) ". Thats true, but in my code I believe I hv also used 100kbps. Did I miss anything ? Regarding "you must insure that the slave...
View ArticleForum Post: RE: TMS320F28035: Reading SCL and SDA pin
Hi David, thank you for the fast reply. Correction for others looking at this post : "This is depicted in the TRM sprugl8c www.ti.com/lit/SPRUGL8 , Figure 45, where .... " Best regards, Bernd
View ArticleForum Post: RE: MSP430F6638: Port_Mapping on MSP430F6638
Sorry I did not add it in my question. I do have: P2SEL |= 0x0C; // Assign port mapping P2.2 to UCA0RXD and P2.3 to UCA0TXD 0000 1100 P2DIR |= 0x0C; // P2.3 to UCA0TXD Do you have it working?
View ArticleForum Post: RE: MSP430F6638: Port_Mapping on MSP430F6638
Her is my init Port_Mapping and Init_UART code: void Port_Mapping_RS232(void) { // Disable Interrupts before altering Port Mapping registers __disable_interrupt(); // Enable Write-access to modify port...
View ArticleForum Post: RE: MSP430F6638: Port_Mapping on MSP430F6638
It's possible that you are affected by errata PORT15 or PMAP1. Ensure that there is no other pin for UCA0RXD.
View ArticleForum Post: RE: MSP430G2553: Trouble in reading NTC
Matt, I'm sorry but I did not work anymore on this issue as I was involved in other issues. Anyway I agree with you, the problem should be solved by debugging circuit part by part. I think we can close...
View ArticleForum Post: RE: MSP430G2553: Trouble in reading NTC
George, no the resistor is 10k, I've measured it with a multimeter.
View ArticleForum Post: RE: CCS/MSP-FET: MSP-FET stopped working
Yes. I already did that. So as of now,the problem is solved. However, I want to know that what exactly went wrong, so that similar mistakes could be avoided in the future.
View Article