Forum Post: RE: MSP430FR5969: How to unlock JTAG via CCS after overwriting...
If you want to use BSL scripter you can refer to this document e2e.ti.com/.../6518.Download_5F00_image_5F00_BSL.pdf
View ArticleForum Post: RE: EVM430-FR6047: How to adapt FR6047 board to different calibers?
Will feedback to you next week
View ArticleForum Post: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
Part Number: MSP430FR2676 Tool/software: Hi Team, I am trying to replicate the functioning of adafruit neopixel leds using MSP430FR2676. I found a library online (...
View ArticleForum Post: RE: RM57L843: Crash dump analysis on CCS for RM57
Hi Ravi, If controller crash anywhere then you can see the memory window and disassembly code where exactly the controller stuck. For example: The highlighted project is running in the controller...
View ArticleForum Post: RE: MSP-EXP430G2ET: I am stuck in the "cloud" version of CCSTUDIO
If you can build your project with no error you can try to debug it as below
View ArticleForum Post: RE: MSP430F6775A: FLASH
That should be no problem due to they are located at different bank.
View ArticleForum Post: RE: MCU-PLUS-SDK-AM243X: DDR4 Test Fail
Hi James, There might be some miscommunication. The original main() is from the demo of TI SDK+. System_init() and System_deinit() are the functions from TI MCU+ SDK. DDR register...
View ArticleForum Post: RE: AM2431: SDDF not working in ICSSG1 PRU1
No, I have measured the pin, the clock is only out when IEP1 is also configured. So in sysconfig, the PRU IEP section, V12 appears to be mapped to IEP1. When IEP0 is selected, V12 turns to grey and is...
View ArticleForum Post: RE: TMS570LS3134: DMA SCI TX loosing 2nd byte when enabling...
Unfortunately i wont be able to directly send a zip file but I can give you information about my project. My enabled driver are RTI,GIO, SCI and HET1. In pinmux mux option 1 is activated for N2 and...
View ArticleForum Post: RE: MSPM0G3507: MCAN TX skipping messages
You need to send the second package before your last package be send out successfully. You can try to add delay between different package.
View ArticleForum Post: RE: MCU-PLUS-SDK-AM263X: Missing DebugP_logZoneEnable in MCU+ SDK...
Hi Philipp, It is a bug and I have internally filed and got it accepted. The extra conditions should not be present and the functionality should not be limited to HSM cores only. This shall be fixed...
View ArticleForum Post: RE: MSP430F5529: Can i use four communication lines at the same...
[quote userid="594796"...
View ArticleForum Post: TMS320F28377D: Not able to link flash api library
Part Number: TMS320F28377D Other Parts Discussed in Thread: C2000WARE Tool/software: Hello Support Team, I have created a project with C:\ti\c2000\C2000Ware_5_02_00_00. and I would like to use library...
View ArticleForum Post: RE: MCU-PLUS-SDK-AM263X: Missing DebugP_logZoneEnable in MCU+ SDK...
Hi Shaunak Thanks for the information. We already checked that today and it works fine. BR Philipp
View ArticleForum Post: RE: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
Just by inspection, I see a couple of pieces missing: 1) There's nothing to configure UCB0. Translating from the original, this might look something like: P1SEL0 |= OUTPUT_PIN; // configure output pin...
View ArticleForum Post: RE: MSPM0G3507: MCAN TX skipping messages
Thank you for help! If I add delay 1ms, it works. Is there a flag that shows me when I can send the next package?
View ArticleForum Post: RE: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
Hi Bruce, Many thanks for getting in touch. I made these changes still does light up. I have tried connecting the signal pin to p1.2 and p4.6. I have attached the code for your reference. Many thanks...
View ArticleForum Post: RE: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
It looks as though you lost the code that sets the CPU clock (really SMCLK) to 16MHz. ("FRCTL=" down through "while (CSCTL7".) That code probably belongs in main() anyway.
View ArticleForum Post: RE: MSP430FR2676: lighting up neopixel leds using MSP430FR2676
HI :), I didnt understand what you just explained. are you talking about the piece of code removed from the initial one which I sent that sets the clock for 16MHz? Should I keep it and try?.
View ArticleForum Post: RE: MSPM0L1345: CCS problem
You mean text completion. CCS does not offer that, but Theia does.
View Article