Forum Post: RE: Msp430f5438a: adc12 problem
>This message appeara when the program is running and i connect the voltage to the pin. Please specify voltage and impedance of the source.
View ArticleForum Post: RE: ADC of TMS320F28377D
Hi Keyur, Yes, you can use some channels as 16-bit and some to 12-bit. In most instances, you will want to operate the multiple ADCs synchronously (see the device datasheet for performance...
View ArticleForum Post: RE: ADC Start of Conversion Round Robin vs High Priority
Hi Frank, You should only need high priority mode when you have multiple asynchronous triggers. In the setup that you describe the results should be the same whether you set all SOCs to round robin,...
View ArticleForum Post: RE: Msp430f5438a: adc12 problem
In a first moment, I connected an arduino pin to the adc port directly without impedance. After, a variable source 0-3.3 volts from a pointer of 10 k potentiometer.
View ArticleForum Post: RE: MSP430G2553 ,ADC10 and WDT Trigger
Thanks once again for the reply teja.. 1. Please check the WDT frequency by toggling an GPIO in ISR and make sure you're getting 1mS time period. (If you're checking in Oscilloscope, time period will...
View ArticleForum Post: EZ430 Emulator Upgrade
In the EZ430 Emulator upgrade article (link: processors.wiki.ti.com/.../EZ430_Emulator_Upgrade) it mentions that the procedure/Chronos firmware doesn't work for the eZ430-f2013 emulator. Is there a...
View ArticleForum Post: Getting this error: #20 identifier "GPIO_PD0_M1PWM0" is undefined...
Hi, I wish to generate a PMW signal to control a motor using the LaunchPad. By modifiying Lab15 code of Ti Workshops I get following error: Description Resource Path Location Type #20 identifier...
View ArticleForum Post: RE: Application using lwIP stops working after 4-5 days on a...
Thank you for pointing that out, BB_. I will set LWIP_UDP to zero and run some tests again :-)
View ArticleForum Post: RE: CAN node using TMS570LS0432
It is not required to add those resistors as the JTAG input pins have internal pull resistors. I don't understand your question about a separate power supply for the CAN node. Are you talking about a...
View ArticleForum Post: RE: FlexRay Driver for the TMS 570
I am not aware of any additional drivers but I will ask around.
View ArticleForum Post: RE: Getting this error: #20 identifier "GPIO_PD0_M1PWM0" is...
[quote user="Joan Sans"]I have the header pin_map.h included in my code as well as PART_ TM4C1230H6PM [/quote]The TM4C1230H6PM device doesn't have any Motion PWM Outputs, which is why then PART_...
View ArticleForum Post: RE: tms570ls0432
The resistors are not required as the TMS570LS0432 has internal pull resistors on the JTAG pins.
View ArticleForum Post: N2HET SynaptiCAD IDE Installation Issues and N2HET Questions
Hello, I have installed the N2HET IDE and have sent the form for the SynaptiCAD License a few days ago; I have no response from SynaptiCAD. Is this something that should happen automatically? Do I need...
View ArticleForum Post: RE: PFC stage implementation on HVKIT
Thanks Chris. 1. Regarding the PFC_F2803x code...This would have the "issues" you mentioned in #2, correct? I have a CC28035 ISO DIMM Rev 1.3 This would be the bad combination, right? If there are...
View ArticleForum Post: RE: TM4C129 EPI HB16 uDMA write not starting
Hi Saab, How do you trigger the DMA transfer, HW interrupts or SW? If you use SW trigger, you need to issue a transfer request by setting bit 30 of the DMA channel SW request register (DMASWREG)....
View ArticleForum Post: RE: eZ430 Chronos868 watch reseting when i start RF related...
Hi Ubeydullah, Could you explain more when you say "resets itself?" What is happening to the watch? Are you able to load and use either of the demos that we have available for this watch?...
View ArticleForum Post: RE: UART Buffer value not stored for MSP432
Your code doesn't set the number of elements in "data" anywhere, that's probably not good.
View ArticleForum Post: RE: c2000 piccolo launchpad evaluation kit launchxl F28027F with...
gMotorVars.Torque_Nm is the floating point value represented in IQ24 number format When you view this variable in CCS Expressions as IQ24 format, you will see it as the correct floating point value of...
View ArticleForum Post: RE: PFC stage implementation on HVKIT
1. I've asked someone else to comment. 3. the SW example is just for PM, but it would work with any 3PH motor from a HW standpoint. You could migrate over C:\ti\ controlSUITE...
View Article