Forum Post: RE: CCS/MSP432P401R: Sampling for a pulse
I see, I thought that might be a problem at the beginning, but given the chip speed I thought I might've been able to get away with it. So could I have the ADC continously reading values, then when it...
View ArticleForum Post: RE: TMS320F28388D: Byte peripheral access types (bp_16 and bp_32)
Hi Joseph, Is it going to work if I simply copy over the register definitions from the F28379 or is the migration from COFF to EABI going to be a problem? Best regards, Pierre
View ArticleForum Post: RE: MSP430G2755: Timer A1 / DCOCLK / SMCLK variation with...
Hi Mitch Thanks for help, I have now discovered the problem, I am not sourcing the timer that generates the interrupt from SMCLK as I bilieved but from ACLK & and internal VLO - data sheets...
View ArticleForum Post: RE: MSP430FR2433: MSP430 FRAM - Firmware Upgrade - GPIO Pin...
Hello, there are multiple options, but the most simple and straight forward would be utilizing our integrated BSL. To avoid the reset of the device and thus change of the states of the GPIOs you would...
View ArticleForum Post: RE: TMS320F28388D: Byte peripheral access types (bp_16 and bp_32)
Hi Pierre, Apologies for the issue you are facing. The bp_16 and bp_32 defines are present in the F2838x_device.h. You need to update the F2838x_can.h to replace uint16 to bp_16. Thanks and Regards...
View ArticleForum Post: RE: TM4C123GH6PM: Dear Friends:I have a short question is that...
Bob,I finally find an example on how to configure PWM Fault.It works well, void PWMFaultIntSetUp(void) { SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOD); GPIOPinConfigure(GPIO_PD6_M0FAULT0);...
View ArticleForum Post: RE: TMS320F28379D: Linker strange behavior
Hi, Were you able to resolve the issue? If not, could you please respond to the above question? Regards, Veena
View ArticleForum Post: CCS/TMS320F28335: SVGEN Duty Range
Part Number: TMS320F28335 Tool/software: Code Composer Studio Dear Sir. I have work on C:\ti\ controlSUITE \development_kits\HVMotorCtrl+PfcKit_v2.1\HVPM_Sensorless_2833x Build Level 1 İpark1.Alpha and...
View ArticleForum Post: TMS320F28388D: TCP/IP stack availability
Part Number: TMS320F28388D Will the TCP/IP stack be provided for this processor (perhaps through C2000WARE)?
View ArticleForum Post: Compiler/TMS320F28377D: CLA compiler for TMS320F28377D
Part Number: TMS320F28377D Tool/software: TI C/C++ Compiler we are planning to use CLA module in our project, so how to compile CLA c code. can we use CCS 6.0.1 version or any specific tool is available.
View ArticleForum Post: TMS320F28377D: Using CLA and debugging for TMS320F28377D
Part Number: TMS320F28377D Hi, I am trying to use cla of cpu2. I took example code "cla_iir2p2z_dc_cpu01" & "cla_iir2p2z_dc_cpu01" as reference. When I try to debug this code, initially...
View ArticleForum Post: CCS/MSP430F5529: ADC12 Time_A
Part Number: MSP430F5529 Tool/software: Code Composer Studio I`m tried using the ADC to trigger the conversion with timer A0, but I have no ideal ,how should I set it up, is there code? thanks.
View ArticleForum Post: RE: RM48L952: no device packages of RM48L952 for Eclipse CDT
Hi Ken, I am not familiar with the CDT and am not sure about which processors it supports, or what is required to get it to support Hercules processors. You can use the TI IDE Code Composer Studio (...
View ArticleForum Post: RE: CCS/MSP432P401R: Sampling for a pulse
I thought that was the original idea -- trigger only on HIIFG, and capture the MEM register when it triggers. With "fast as possible" mode, these interrupts will be coming very fast when the signal is...
View ArticleForum Post: RE: CCS/TMS320F28027: I2C module don't transmit data
Hi Chennangan, If I'm understanding correctly, you're wanting to know how to reset I2caRegs.I2CFFTX.bit.TXFFST to zero when a NACK is received? Is that correct? The I2caRegs.I2CFFTX.bit.TXFFRST...
View ArticleForum Post: RE: CCS/TMS320F28335: SVGEN Duty Range
The carrier range is 0 to 100% and the mid point is at 50% or 0.5. The sine output is superimposed on this mid point, so the sine can have a max mag of 0.5 in which case the duty cycle will spread...
View ArticleForum Post: RE: CCS/TMS570LS0432: SCI Interrupt Causing Stack Overflow
Hi Vince, TMS570 device doesn't support nesting interrupt in HW, so I don't recommend using the nested interrupt. What happens if you increase the stack size? The stack size is defined in sys_core.asm,...
View ArticleForum Post: RE: TMS320F28022: what's the advantage of Q100 version?
Hi Howard, Automotive Q100 devices have extended specifications (especially in regards to temperature - see the datasheet) and often offer better reliability as expected in automotive applications....
View ArticleForum Post: RE: TIEVM-VIENNARECT: VIENNA rectifier communication lights are...
HEllo, 1.Would you like to put the baseboard directly on the wooden table? Need not take any heat dissipation measures?Or I'll find something to support it.? 2.F2837X_180controlCARD_R1_3 is the latest...
View ArticleForum Post: RE: CCS/TMDSCNCD280049C: fail to connect demo board
Hi Matthew. issue is still there. i will try again. thank you.
View Article