Forum Post: RE: TMS320F28388D: CM core http daemon stop working
After some days of continuous succesful tests, I think I solved my issue thanks to this thread:...
View ArticleForum Post: TMS320F28335: help on reflashing boot via serial
Part Number: TMS320F28335 Tool/software: Hi everybody I have a proprietary boot to load program in an external flash ( later to be loaded and execute in RAM ) now I woudl like to update the boot via...
View ArticleForum Post: RE: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
Yes, you should put that sequence back, though probably in main() rather than in initStrip(). Out of reset, the MCU clock (MCLK/SMCLK) runs at 1MHz, which as the author points out is too slow to get...
View ArticleForum Post: TM4C1294NCPDT: Adding large flash memory to Tiva
Part Number: TM4C1294NCPDT Tool/software: I need to add more external flash to a TM4C1294NCPDT CPU. I assume the best way to do this is by using the USB or SPI interface but if there is something...
View ArticleForum Post: RE: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
Thank you for getting back to me promptly. but it will have the same effect if I do it in a function as it is passed in main right? I have called it in main however still the same thing it does not...
View ArticleForum Post: RE: AM2634: interrupt high latency when used freertos
Nice to meet you ~ 1.Tx situation can be roughly seen from the figure above, the average speed is 1MB/s. The RX rate is about 5B/s, mainly heartbeat packets. 2. I also created two tasks, TX and RX,...
View ArticleForum Post: RE: MSP430F5529: Can i use four communication lines at the same...
That's three. Simply, you can use as many "communication lines" as you have EUSCI's. There are ways to share EUSCI's, or you can use software to "bit bang" things like serial (like Arduino's Software...
View ArticleForum Post: RE: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
You should probably set up the clock before calling initStrip rather than after. This would only affect the initial clearStrip call, though. Something else I noticed is missing (the author wouldn't...
View ArticleForum Post: RE: LP-AM243: Based Motor Control
Hi We do not have a sensorless FOC implementation example available on Sitara AM243x. But we do have TIDM-02018 Universal Motor Control Reference Design for AM263x Arm® Based MCU Devices for Sitara...
View ArticleForum Post: RE: TM4C1294KCPDT: XDS200 to target Buffer Board
Hi, Please refer to section 4 on the app note Using TM4C12x Devices Over JTAG Interface for JTAG connections. RTCK is unavailable on TM4C129 MCU.
View ArticleForum Post: RE: TMS320F28035: TMS320F28035:
Hi Sarwar, Did you try starting the program through CCS with the debugger connected or did you just do a power cycle and monitored X1 clock? Please try starting the program through CCS with the...
View ArticleForum Post: RE: AM2634: Triggering Interrupt from GPIO input
Hi Akshit, I have been through this page. I know we can configure an interrupt per GPIO bank or for an individual GPIO pin. However, I want to configure one interrupt for 6 GPIO pins that are in two...
View ArticleForum Post: TIDM-ENERGY-WATCHDOG: TPS3823-33DBVR
Part Number: TIDM-ENERGY-WATCHDOG Tool/software: Thank You Jesse. Could please provide quote unit price for 1,35000 and 438000 Volume for MPN : TPS3823-33DBVR . It is urgent. Is it possible to share...
View ArticleForum Post: RE: TM4C1294NCPDT: Adding large flash memory to Tiva
Hi Doug, In addition to serial flash memory using SPI interface, TM4C129 also support EPI (External Peripheral Interface) where you can connect a parallel flash device using EPI's 16-bit Host-Bus...
View ArticleForum Post: RE: TMS320F2800156-Q1: ADC
Hi Zhang, When ePWm1 trigger is received, SOC events occur. When conversions are done, ADC interrupt is generated. It will happen irrespective of PWM GPIO selection. Please refer to C2000ware ADC...
View ArticleForum Post: RE: TMS320F28P650SH:TMS320F28P650SH
Hello, You should select boundary input 0 to 7 as you have shown in your latest post. To configure these boundary inputs, you should do this in the CLB menu, not the TILE menu. You must add an input...
View ArticleForum Post: RE: MSPM0L1106: MCU 1.8 Volt operation
Hi Dennis, [quote userid="114745"...
View ArticleForum Post: RE: TMS320F28388D: SysConfig Possible Bug
Hi blackmatter, I think the issue may be with the project properties. It's possible you've selected a device in the project properties -> SysConfig menu however this should be left blank to allow...
View ArticleForum Post: RE: TMS320F28379D: Workaround for pulse skipping in a phase shift...
Hi Patrick, In the second link, I provided a working example to showcase a version of the solution. Please take a look and let me know if that clears up your question. I ran the comparison in main, so...
View Article