Forum Post: DRV8301-69M-KIT: Included Motor
Part Number: DRV8301-69M-KIT Hi Team, We just want to clarify the details on the product page. http://www.ti.com/tool/DRV8301-69M-KIT In the G etting Started Statement its says "Use included motor or...
View ArticleForum Post: RE: MSP430FR5994: Problem with data transmissions via UART
Hello, I'll look into this, but just to make sure I understand the problem, you're putting a decimal 10 (so a binary 1010) on pins 2.6-2.3, and instead of seeing channel 10 on the output, you see...
View ArticleForum Post: RE: MSP430FR5994: Problem with data transmissions via UART
I have a counter (in my case "j") that outputs 0-10 to P2OUT by doing P2OUT = (j<<3). When it gets to j = 10 it writes to ADC_Holder[j] where j is supposed to be 10 but instead it writes to...
View ArticleForum Post: RE: TM4C129ENCPDT: Remote Firmware update TM4C129ENCPDT
Hi Charles, Thank you for your reply. As I said I am using FreeRTOS_TCP/IP Stack and it is working fine. I can talk to the controller using Ethernet UDP as well as TCP protocol. When my controller...
View ArticleForum Post: RE: CCS/HVPMSMMTR: Motor HVPMSMMTR is not working as expected
Most motors don't necessarily produce a clean sine wave with a drive. If the distortion level is bothersome to your use case, then you may need to act on that.
View ArticleForum Post: RE: MSP430FR5994: LEA FFT implementation questions
Jarrett, 1) According to the MSP430 DSPLibrary User's Guide, the "length" passed in to the fft parameter structure must be a power of 2. 2) A great example to showcase real-time FFT and FIR filtering...
View ArticleForum Post: RE: MSP430FR5994: Problem with data transmissions via UART
Is similar behavior observed with different numbers? Such as if j = 11, instead of writing to ADC 11 it writes to ADC 1?
View ArticleForum Post: RE: TMS570LS3137: OSCILLOSCOPE plots of EMIF A0 to A15 ( Address...
Section 4: Your EMIF configurations look good for me. One more to try is to increase the number of cycles to SETUP, STROBE, and HOLD. Those number should meet the minimum requirement of asyn memory...
View ArticleForum Post: RE: MSP430F2418: Is there a register I should see/clear when the...
This thread will be looked into offline and updated.
View ArticleForum Post: RE: CCS/TMS320F28069M: Rs online
It's Rs Recalculation that is only enabled during startup, not Rs online calibration. It's not recommended to disable the Rs Recalculation that will be used to align the eQEP angle with the rotor...
View ArticleForum Post: RE: XTAL cannot clear CS_clearAllOscFlagsWithTimeout
Absolutely! Overall, the XTAL circuit looks good. Just want to point out a very minor difference from the FR2355 layout: The traces from the XTAL to the load caps are straight. Your layout should be...
View ArticleForum Post: RE: XTAL cannot clear CS_clearAllOscFlagsWithTimeout
Hi Mitch, big thanks for your feedback!! Will report on the outcome. BR, Nikola.
View ArticleForum Post: RE: TM4C129ENCPDT: Remote Firmware update TM4C129ENCPDT
ok, the IP address is fine. When the LM flash programmer shows that it is attempting to connect, how long did you wait? Please note that the board will first send a bootp request and if there is no...
View ArticleForum Post: RE: CCS: tms320f28379d
If you haven't already, please download C2000Ware. There are some FFT resources under C:\ti\c2000\C2000Ware_2_xx_xx_xx\libraries\dsp\FPU\c28\examples Whitney
View ArticleForum Post: RE: TMDSCNCD28069ISO: Bootloader Sample Project executing...
Hello Harshmeet, I have installed the driver using C2000Ware_2_00_00_02\utilities\windows_drivers\boot_demo_usb.inf. I see this . and when I run dfuprog -e. I see this. which indicates that by driver...
View ArticleForum Post: RE: MSP430I2040: Interfacing the MSP430i2040S Sub metering EVM on...
Hi Riju, Luis is out of office, so I wanted to check in to see if his latest reply helped resolve your issue. Thanks! Regards, James
View ArticleForum Post: RE: Compiler/MSP430FR5994: Code reset problem.
Hi Dinkar It sounds like it has something to do with the application code. If you can tell me, what are you trying to use the timer interrupt for? Regards, Colin Adema
View ArticleForum Post: RE: MSP430F5659: Intermittent resets when writing to flash
Hello Dietmar, I watched a failing unit and a passing unit use our WriteFlashWords() function and didn't see a difference in their stack transactions in the IDE's memory viewer. I did notice that the...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28069M: Project compatibility with CCS v8
Abdul, Do you have the file 'F2806x_GlobalVariableDefs.c' in your project? This may be needing to be added if not. For the redefinition warnings, it's meaning you have the same #define in your project...
View ArticleForum Post: RE: MSP430FR5994: Using bluetooth low energy to communicate...
Hi Rohit, The reference provided is not directly compatible with MSP530FR5994 devices. if your requirement is to use BLE only you can refer to CC2640R2F parts and launchpads/boosterpacks. Regards,...
View Article