Forum Post: RE: MSP430F5359: Where can I find the specific Linker Command...
On my system, they're in "c:\ti\ccs1240\ccs\ccs_base\msp430\include\*.cmd". You would tell the linker about "lnk_msp430f5359.cmd", and at the end that branches off to "msp430f5359.cmd". When you...
View ArticleForum Post: RE: MSPM0L2228: BSL Software Entry
Happy to share them, but I can not find them. I searched the entire workspace. Could they be named something else, or do I need to select a CCS option to generate them?
View ArticleForum Post: RE: MSPM0L2228: BSL Software Entry
Hi Barry, I meant the boot_config.c/.h files. Best Regards, Diego Abad
View ArticleForum Post: RE: MSPM0L1227: How to Erase/Write Flash by Application
HI Hideaki, What data exactly is your customer trying to store in the flash bank? It is certainly possible to designate one flash bank as your application bank, and one as your data bank, you do just...
View ArticleForum Post: RE: MSPM0L2228: BSL Software Entry
#include "boot_config.h" #include "ti_msp_dl_config.h" /* Bootcode configuration */ PLACE_IN_MEMORY(".BCRConfig") const BCR_Config BCRConfig = { .bcrConfigID = 0x1000002, .debugAccess =...
View ArticleForum Post: RE: MSPM0L2228: BSL Software Entry
I'll be out of pocket for the next several hours.
View ArticleForum Post: RE: MCU-PLUS-SDK-AM263PX: Abort exception issue when merging ENET...
Hi Susan, You are right, the UART0 pins were set incorrectly. Must have happened during troubleshooting. I've now configured and tested them correctly, but that doesn't solve the problem,...
View ArticleForum Post: RE: MCU-PLUS-SDK-AM263PX: Abort exception issue when merging ENET...
Hello, Would you be able to provide the project files for the version that works on the AM263x LP? Or at least the SysConfig file (and version)? It might help us figure out what changed with the...
View ArticleForum Post: RE: MSPM0G1507: I Need an SWD Script to do Factory Reset
Hi Dudley, This is resolved, but here's an App note about it: Understanding the MSPM0 Debug Subsystem Best Regards, Diego Abad
View ArticleForum Post: RE: MSPM0G3507: flashing problem
Hi Diego, I followed the way you suggested to measure the current in one of previous posts to verify if it is in low power mode. Is it what you mean? The other way to test for low power mode will be...
View ArticleForum Post: RE: MSP430FR6047: Double Precision Issue in IAR with MSP430 –...
Hi Nandkishor, Could you go to Project Options --> General Options --> Floating-point and try configuring double size to 64 bit, and let me know if this resolves the issue?
View ArticleForum Post: RE: MSPM0L2228: BSL Software Entry
Those files have the BSL pin enabled. That is how I am testing the boot loader right now. I can recompile without the BSL pin enable later this afternoon.
View ArticleForum Post: RE: MSPM0L2228: BSL Software Entry
Hi Barry, I'll evaluate this files with our expert. I'll let you know if there is something wrong with them. Best Regards, Diego Abad
View ArticleForum Post: RE: MSPM0G3507: flashing problem
Hi Crane, Glad to hear that doing the factory reset worked. The launchpad should be powered by an external power supply (3.3V and current levels withing the range) through any 3.3V and ground pins (I...
View ArticleForum Post: RE: TMS570LS0332: Problems with DCAN2 shutdown by PCR (2)
Yes, I'm not sure why it's happening just on the TMS570LS0332 controller, we have another board with TMS570LS3137 and in there we are able as well to disable the DCAN2 successfully. Please let me know...
View ArticleForum Post: RE: MSP430FR6047: Double Precision Issue in IAR with MSP430 –...
Hi Dylan, I have configured the double size to 64 bit only. And the error says: "__double_size" must be "64", but module _atoIQN...
View ArticleForum Post: RE: MCU-PLUS-SDK-AM263PX: Abort exception issue when merging ENET...
Absolutely! /cfs-file/__key/communityserver-discussions-components-files/908/AM263xLP.zip It's generated with SDK version mcu_plus_sdk_am263x_09_01_00_41.
View ArticleForum Post: RE: AM2434: TCM Shared Region and Access from other Cores
Hello Mari Tsunoda Thank you for the query. [quote userid="499871"...
View ArticleForum Post: RE: AM2434: TCM Shared Region and Access from other Cores
Hi Sreenivasa, I will ask customer as to which sample code they are referring to. In the datasheet, it lists the above. So does this mean that in dual-core each TCM is 64KB and they can access each...
View ArticleForum Post: RE: MSPM0G3507: Future fixes of ADC_ERR_06 errata
Hi Alan, All erratas are subject to be fixed in future devices or revisions. I have contacted one of our sales representatives to get in touch with you for future device potential. Let me know if they...
View Article