Forum Post: RE: MSP432P401R: Unexpected behaviour getting SPI interrupt status
Just to clutter the HOLD TIME computation out, I tried using SPI_isBusy(), as below: // Transmit data byte SPI_transmitData(SensorInUse->ModuleInstance, (uint_fast8_t)SpiTxByte); // Wait for TX...
View ArticleForum Post: RE: CCS/TMS320F28035: Configuration of DAC Ramp Generator for...
user5803443, Saying that your PWM does not trip until 2V is not meaningful to me because I do not know how your voltage is behaving. Can you provide more specifics? For example, can you quantify the...
View ArticleForum Post: RE: MSP-FET: MSP430F2xx firmware download using BSL
Hi Jace, Thank you again. The problem was the pin connection. After making the correct connection, the procedure using TeraTerm also works! For further reference about this issue: 1) BSL connection for...
View ArticleForum Post: RE: MSP-FET: MSP430F2xx firmware download using BSL
Hello George, Good afternoon. Thanks for your help. MSP-FET didn't transmit flow control signals directly to its JTAG pins. I didn't tested it so hard, but I believe user will need to put MSP-FET on...
View ArticleForum Post: RE: TMS320F28069M: Device held in Reset
Manu, Thanks for reporting back your results. I'm glad that you resolved the problem. Let us know if we can help with anything else. -Tommy
View ArticleForum Post: RE: TMS320F28054F: Round Robin handling of ADCSOCFRC1
Thanks for the useful information. I have one more question regarding the first sample errata. I am assuming the extra first sample can be any adc read that is performed by SOC0 on every round robin...
View ArticleForum Post: RE: TM4C1294NCPDT: Debug Port Unlock Using Uniflash?
Since I have not heard back from you, I assume you resolved this issue. If not, please respond to this post, or start a new thread.
View ArticleForum Post: RE: TMS320F28069: F28069 i2c hang up issue
Hi Jackson Chen, OK I see. Do you have the hotswap on both PSU#1 and #2 sides before the parallel I2C interface? Do you know why the hotswap is causing the SDA line to go high like this? I'd contact...
View ArticleForum Post: RE: RTOS/DK-TM4C129X: Get access to DHCP Client information
Is the IPAddr that is passed to this routine the IP address that was issued? It seems to be entirely different from the one that the dhcp client shows was received.
View ArticleForum Post: CCS/TMS320F28379D: Synchronizing Manual Control (GPIO) of the...
Part Number: TMS320F28379D Tool/software: Code Composer Studio When using GPIO to control the SPISTE signal manually, what interrupt or register should be used to indicate the last bit has been shifted...
View ArticleForum Post: RE: MSP432P401R: Development kit
There is an issue with the addition of analog_value. The addition always results in 0. You can observe this by printing out analog_value in the loop. Not sure why this is though. The work-around is to...
View ArticleForum Post: TMS320F28377D: Can't get EPWM_setADCTriggerEventCountInitValue()...
Part Number: TMS320F28377D I have 3 ADC sequences programmed and I'm trying to stagger the SOCs using the library function EPWM_setADCTriggerEventCountInitValue() in TI's C2000 code, file epwm.h. My...
View ArticleForum Post: RE: MSP430F2013: msp430f2013 minimum and maximum analog voltage...
It should be fine. The voltage can range from slightly below Vss to slightly above Vdd. Just make sure to use the 3.3 V reference for the ADC.
View ArticleForum Post: RE: MSP430F5438A: Chip can not work after being flashed by...
Hello, Can you provide the version number for the program?
View ArticleForum Post: RE: MSP432P401R: Development kit
While not strictly necessary, you might want to set analog_value to 0.0 before you get into the loop.
View ArticleForum Post: RE: Compiler/TMS320F28334: Using C2000 Serial Flash Programming...
Hi Sal, As you told before i didn't find visual projects inC2000Ware ..that too upto now we have created custom GUI and by using command prompt we are flashing code into ontroller.. I'm sure there is a...
View ArticleForum Post: RE: CCS/TMS320F28027F: initializing a GPIO-17 in TMS320F28027F as...
Jesal, Tst5 = (myCap->ECEFLG) & 0x00FF; The line above should correctly mask myCap.ECEFLG to only show the lower 8 bits. This makes me suspect that myCap->ECEFLG isn't referenced correctly....
View ArticleForum Post: RE: TMS320F280049: CAN Port Setup using C2000ware
Hareesh: For some reason on F280049 ControlCard, using the external oscillator and resulting SYSCLK as source for CAN did not work, BUT if I sourced external oscillator directly to the CAN, it did work...
View ArticleForum Post: RE: CCS/TMS320F28379D: Toggling a GPIO on CLA
Hi Sal, thanks for the suggestion. I see that that example project uses direct register access using the HWREG macros. I'm trying to stick with the structure/bitfield style API used by the example...
View ArticleForum Post: RE: CCS/TMS320F240: CCS/TMS320F240
Hello, I am unable to reproduce this issue. I am using CCv4.10 and copied your example to a GEL file and executed the commands. It generated a "output.txt" file in the same location as the gel file and...
View Article