Forum Post: TMS320F28379D: memcpy_fast_far() documenation.
Part Number: TMS320F28379D I am using memcpy_fast_far() from the C2000ware v1.00.06.00 FPU library and was reading the FPU DSP Software Library User's Guide ref Oct 18,2018 pg 124. The documentation...
View ArticleForum Post: RE: CCS/TMS320F28379D: TMS320F28379D
Also, in HVPM_Sensored example file, nowhere, I could find "QEINT.IEL=1," is enabled then how come I get flag set on Docking station, but not on TMS28379D ?
View ArticleForum Post: RE: CCS/TMS320F28379D: F28379D RESET WATCHDOG
Hi Ashish, After WD reset, most of the register in device get reset to their default state. This default state is mentioned in the device TRM (see below the snapshot). Default value of the WD prescaler...
View ArticleForum Post: RE: MSP430FR4133: I2C Clarification
When RXData is an array, the elements can be accessed with RXData[0] etc.
View ArticleForum Post: RE: CCS/LAUNCHXL-F28377S: EMIF Interface ti =
Adam, Did you see the EMIF Configuration Tool in C2000Ware : \ C2000Ware _XXXX\boards\TIDesigns\F28379D_EMIF_DC It is briefly discussed in the C2000 EMIF Appnote . -Tommy
View ArticleForum Post: RE: MSP432P4011: Do you have a MCU supports I2C HS speed (3.4MHz)...
Hi Chris, Do you have a recommendation to translate the 3.3V I2C master side to 1.8V slave side?
View ArticleForum Post: RE: CCS/MSP430FR4133: Need help with shorthand definitions for...
They are LCDMEM indexes: $ grep pos1 * StopWatchMode.c: showChar((*Minutes) / 10 + '0',pos1); StopWatchMode.c: showChar((*Hours) / 10 + '0',pos1); TempSensorMode.c: LCDMEM[pos1+1] |= 0x04; hal_LCD.c:...
View ArticleForum Post: RE: MSP430F2252: LFXT1 Oscillator Allowance in HF Mode
Hi JamesW, Thanks for your patience. I've received confirmation that Figures 18 and 19 should be updated to 0/1/2 and the values for OAHF in the table are correct. This will be updated in a future...
View ArticleForum Post: RE: RTOS/TMS320F28379D: Calculation power consumption by...
Hi Sainath, The tables are in mA or A, which is an instantaneous measure of charge/time. You'd want to multiply by time to get mA-hours (battery capacity) or multiply by supply voltage to get power (in...
View ArticleForum Post: RE: MSP430F5438A: Master always receiving high on SOMI pin
Hello Rahul_Chavan, Do you have a way to monitor the SOMI pin to see the actual data on that pin? (oscilloscope, logic probe, etc?) What happens if you don't use the 8051 slave and just short the SOMI...
View ArticleForum Post: RE: TMS320F28069: RAMPMAXREF_ACTIVE not updating from...
Changing DACSOURCE from 0 to 1 to 0 to 1 to 0 to 1... does NOT update the RAMPMAXREF_ACTIVE registers from the RAMPMAXREF_SHDW registers. Is this a useful clue? I still want to try to understand how to...
View ArticleForum Post: RE: CCS/TMS320F28335: Ecap module - Entering into illegal isr
That still sounds like the delay function isn't being copied properly. Can you use the memory browser to confirm that the the delay function is in fact loaded into the correct location in RAM before...
View ArticleForum Post: RE: Compiler/TMS320F28034: TMS320F28034 MAC Functions & Matrix...
thank you so much Richard, I'll solve all polynomials in my algorithm (there are about 70 polynomials. in some cases with more than 6 terms) with IQmath according to your example. Best Wishes, Ali
View ArticleForum Post: RE: TMS320F28069: RAMPMAXREF_ACTIVE not updating from...
ps. reading an earlier question, COMP2 and COMP3 both behave the same way where _ACTIVE does not get updated from _SHDW values, so I don't think the CMPINV bit is the issue.
View ArticleForum Post: RE: CCS/MSP432E401Y: example application for demonstrating point...
Hello Zhouyang, As mentioned earlier we don't have any example/demo that demos PPP over Etherent for MSP432E4. Thanks, Sai
View ArticleForum Post: RE: RTOS/TI-RTOS-MCU: Support Module for TI-RTOS for MSP430 - v...
Hello Jacob, Are you using MSP432P401R with TI-ROTS for MSP430? If so that is not a valid SDK for the MSP432P4 family. You should be using SimpleLink MSP432P4 SDK which is available on Resource...
View ArticleForum Post: RE: TM4C1290NCPDT: Port A GPIO interrupt
A related question to this topic: To use an interrupt on a GPIO, it can be picked from any port? For eq., port G interrupt is currently unused. But some GPIOs from port G are being used. Can I assign...
View Article