Forum Post: RE: TMS320F28P550SJ: Run the same piece of code on flash - having...
Hi Seamus, The waitstates should be set in the Flash_initModule() function which gets called within Device_Init() as long as the _FLASH symbol is defined. Thus, I don't think that's the issue here....
View ArticleForum Post: RE: MSPM0G3507: Secondary boot looader stop SWD functionality of...
Hi Mehul, Can you confirm this option is enabled in your SYSCONFIG? It seems to be that SWD was not enabled. Best Regards, Diego Abad
View ArticleForum Post: RE: LP-AM263P: MCAN
Hey Arjun, Can you verify & provide the IOMUX CTRLMMR configuration for the MCAN0_TX and MCAN0_RX pins in question here? Best Regards, Zackary Fleenor
View ArticleForum Post: RE: TDA4AL-Q1 cannot boot up at -40 degree C
Dear Gibbs, Please refer to the following reply. [quote userid="533255"...
View ArticleForum Post: RE: EK-TM4C1294XL: TM4C1294NCPDT || OTA Queries
I haven't used hexdump but I don't see a problem if you have already compare its output against the expect bin which you can view or dump out of memory browser in CCS. You can do as well in Uniflash.
View ArticleForum Post: RE: F29H85X-SOM-EVM: Consultation on Chip Peripheral Status
Hi Li, We only have the one type of CPU timer on this device. However, the event generation submodule of the EPWM can do this. Best Regards, Aishwarya
View ArticleForum Post: RE: MSP430F5359: CGT-generated MSP430X images won't start if .bss...
This sounds suspiciously like an old headache where if .data/.bss are "too big" the Watchdog triggers before C initialization can complete. The usual fix is to insert something like "void...
View ArticleForum Post: RE: TMS320F2800157: 48V Encoder motor sometimes running in...
Hello Yanming Luo, Thank you for your support, Currently we are not facing this issue under no-load (bench) condition but in dyno(load condition) we are facing this same issue. In dyno, we are not...
View ArticleForum Post: RE: MSPM0G3507: ADC Low power example code SLAAE0
Hi Jonathan, Here's the ADC example. Best Regards, Diego Abad e2e.ti.com/.../LPM_5F00_adc_5F00_test_5F00_LP_5F00_MSPM0G3507_5F00_nortos_5F00_ticlang.zip
View ArticleForum Post: RE: F29H859TU-Q1: Error: makefile:164: recipe for target...
Hello, Does this issue occur when you build other SDK examples as well? Or is this specific to this example? Best Regards, Allison
View ArticleForum Post: RE: MSP430F5359: CGT-generated MSP430X images won't start if .bss...
Closing the loop on Linker qualifiers: Specifying --cinit_hold_wdt=on as a linker qualifier causes the WDT to be automagically held while c initialization occurs. After that, the WDT is restored to...
View ArticleForum Post: MSP430FR6989: CAPTIVATE-PGMR MSP430 CapTIvate MCU programmer
Part Number: MSP430FR6989 Other Parts Discussed in Thread: CAPTIVATE-PGMR Tool/software: Could the MSP430FR6989 microcontroller be to program with CAPTIVATE-PGMR MSP430 CapTIvate MCU programmer?
View ArticleForum Post: RE: MSP430F5359: CGT-generated MSP430X images won't start if .bss...
Bruce: Thanks, yes that was EXACTLY my issue. Our production code (that we compile with IAR) already “knew” this and deals with the WDT very early on but until this morning, I'd forgotten this very...
View ArticleForum Post: RE: F29H85X-SOM-EVM: Consultation on Chip Peripheral Status
Hi Li, PWM has its counter, which can be configured in up count mode and has compare values (CMPA,CMPB,CMPC etc) registers and the following submodule in EPWM peripheral can generate interrupt when...
View ArticleForum Post: LAUNCHXL-F280039C: Missing TOOLS tab (and Windows Tab) - CCS 20.0.2
Part Number: LAUNCHXL-F280039C Tool/software: Hi, I am trying to follow one of the tutorials to use the active graph using CCS on windows 10. And I cant find the tools Tab. Kind regards, Jordon
View ArticleForum Post: RE: AM2634: How to run sbl_can_uniflash in the debugger
I will try this; thanks.
View ArticleForum Post: RE: MSP430FR6047: Double Precision Issue in IAR with MSP430 –...
The floating point library is not going to call for function in the fixed point library so you have misunderstood the .map file.
View ArticleForum Post: LP-AM263P: Smart placement example
Part Number: LP-AM263P Tool/software: Hello, SDK version 10.01.00.31 For Launchpad hardware (LP-AM263P), the Smart Placement example (\examples\benchmarks\ocmc_benchmarking) is not available. However,...
View ArticleForum Post: RE: TMS320F280041C: MotorControl SDK ADC result format problem
Glad to hear you were able to resolve the issue. I will close this thread then, but feel free to create another one if you have any more questions.
View Article