Forum Post: Confused about CLA interrupt frequency (adc_cla example 28035)
Hello, I am trying to understand the CLA example adc_cla for 28035. Without making any changes to the code, I try to see the CLA interrupt frequency on my oscilliscope. The CLA is triggered by adc...
View ArticleForum Post: RE: EZ430-CHRONOS: Device driver installation failed
Hi, unfortunately, we're not planning to support the eZ430 development tool on Windows 10. It should be working on Windows 7 though so hopefully this is also an option for you. Maybe this can already...
View ArticleForum Post: TMS320F28335: CAN Rx – when to clear RMP ?
Part Number: TMS320F28335 Ref the eCAN Reference Guide - SPRUEU1 I am needing to handle a lot of CAN messages arriving in a short time. Following the guide, I plan to set up several mailboxes to...
View ArticleForum Post: MSP430FR2422: About TLV structure
Part Number: MSP430FR2422 Hello. I have questions. Is it possible to erase TLV structure? Is TLV structure protected from erasing? Regards,
View ArticleForum Post: LAUNCHXL-F28377S: ControlSUITE
Part Number: LAUNCHXL-F28377S It often saids: The signal mode should be configured by using the AdcSetMode function provided in ControlSUITE in F2837xS_Adc.c. Or F2837xS_gpio.c etc. But I can find out...
View ArticleForum Post: RE: LAUNCHXL-F28377S: ControlSUITE
Hi, [quote user="Jingtai"]But I can find out F2837S_Adc.h etc rather than .c [/quote] You can find the .c source files here: C:\ti\ controlSUITE \device_support\F2837xS\v210\F2837xS_common\source...
View ArticleForum Post: TMS320F28379S: Buffer for ADC
Part Number: TMS320F28379S Hello, One of our customers would like to use the TMS320F28379SZWTS for their next gen motor drive design. The question they have is if they can use one buffer for all the 4...
View ArticleForum Post: RE: TMS320F28379S: Buffer for ADC
Hi Meir, [quote user="Meir Battan"]The question they have is if they can use one buffer for all the 4 ADCs or they will need one buffer to each one of the ADCs?[/quote] It is always recommended to have...
View ArticleForum Post: C2000WARE: F28379D Flash API Issue
Part Number: C2000WARE Hello everyone I have found a problem in FlashAPI of the latest update of C2000ware (1.00.04.00). The header file "F021.h" includes some other files, like this: #include...
View ArticleForum Post: RE: MSP432P401R: GPIO Interrupt not working with SDFatFS routine
The following is the interrupt initialization routine I have: void interrupt_init(void) { /* Configuring P1.0 as output and P1.1 (switch) as input */ MAP_GPIO_setAsOutputPin(GPIO_PORT_P1, GPIO_PIN0);...
View ArticleForum Post: RE: CCS/MSP432P4111: How to migrate example projects of...
Hello Sunglin Yes, I saw this happen. However after manually cleaning any .d file in the Debug directory and a couple of clean and rebuild all, it started working.
View ArticleForum Post: TM4C1294KCPDT: ADC1 sequencer trigger sources PWM1 fails &...
Part Number: TM4C1294KCPDT Configuring PWM0 GEN1 as ADC trigger source (TriggerLoad/zero) counts fails to trigger ADC1 - SS1, SS2, SS3 yet PWM0 GEN0 works to trigger all three sequencers. Secondly...
View ArticleForum Post: RE: Confused about CLA interrupt frequency (adc_cla example 28035)
Hi Niclas, [quote user="Niclas Samuelsson"]The CLA is triggered by adc interrupt 2, which is set to 20 kHz interrupt frequency in the example. [/quote] Did you check the ePWM1a output? Is it 20kHz?...
View ArticleForum Post: RE: CCS/EK-TM4C1294XL: JTAG connection with TIVA C board
[quote user="Sushil Susndaram"]The controller has detected a target power loss .[/quote] The "clue" provided by your JTAG Probe is highly detailed & clear - is it not? "Target" - listed as above -...
View ArticleForum Post: RE: Confused about CLA interrupt frequency (adc_cla example 28035)
Yes, when I change the TBPRD value of ePWM1 the gpio toggle looks the same on the oscilloscope. When I make the ePWM1 source for CLA task instead of ADCINT then the gpio toggle is changed as I change...
View ArticleForum Post: MSP430FR2433: Minimizing P1.1 current @ V=1.65V
Part Number: MSP430FR2433 Hello, Please open the attached PNG file. The file shows a P1.1 input I-V plot. Could you please advise how to minimize the P1.1 current @ V=1.65V ? p.s. My customer uses the...
View ArticleForum Post: CCS/TMS320F28062: What to do with CSM section when using multiple...
Part Number: TMS320F28062 Tool/software: Code Composer Studio Hello again, I have 2 applications running on the F28062. The first is a custom bootloader in FlashA and the other is the main application...
View ArticleForum Post: RE: Confused about CLA interrupt frequency (adc_cla example 28035)
//########################################################################### // Description: //! \addtogroup f2803x_example_list //! CLA ADC (cla_adc) //! //! In this example ePWM1 is setup to...
View ArticleForum Post: RE: TM4C1294NCZAD: Re-Balling and testing the 212 BGA package.
Hi Jerry, There are a few good Utube videos of fellows re-balling, made custom hot air jig using thermal couple probes to monitor reflow peak. Tenma makes low cost 2 channel standalone temperature...
View ArticleForum Post: Compiler/TMS320F28377S: PWM not generated based on ADC input
Part Number: TMS320F28377S Tool/software: TI C/C++ Compiler Please check the code. EPWM2 at GPIO2 is not generated as also shown in CMPA and TPBRD register also....
View Article