Part Number: MSPM0G3519 Tool/software: Hello TI Experter
I am using CCS 12.8.1 and XDS110 to debug my system. When I selected "debug as" to debug my system, it shows the information "CORTEX_M0P: AutoRun: Target not run as breakpoint could not be set…
Part Number: MSPM0G3519 Hi Ti, •MSPM0G3519 have two bank, bank0 and bank1.
•I can use the Boot Swap function successfully based on “G3519_Bank_Swap_Demo_V3.0.zip” from TI FAE.
•When the MCU Boot Swap to bank1, the MCU can run the code on bank1…
Part Number: MSPM0G3519 Tool/software: We are trying to run the example provided in MCAL package, but due to some incorrect setting, execution goes into exception-reset handler. What could be wrong here?
Example: MCAL_MSPM0_00.02.04.00\mcal\binary\dio_app…
Part Number: LP-MSPM0G3519 Other Parts Discussed in Thread: MSPM0G3519 Tool/software: Hello team,
we are using MCAL : MCAL_MSPM0_00.02.04.00 package
SDK : mspm0_sdk_2_04_00_06 version
we are facing issue in accessing flash area of the LP-MSPM0G3519…
Part Number: MSPM0G3519 Tool/software: Dear,
I have the following *.map file of my project MSPM0G3519.
As far as I see this is all good and all sections are within flash, ram ... etc...
**********************************************************…
Part Number: MSPM0G3519
Tool/software:
Hi,
We are reading a gpio as input, through the API
DL_GPIO_initDigitalInputFeatures(config->pinPortIdx,config->gpioInversion, DL_GPIO_RESISTOR_PULL_UP, config->gpioHysteresis,config->gpioWakeup);
}
there…
Part Number: MSPM0G3519 Tool/software: Hello
wanted to start development with MSPM0G3519. please guide me which IDE, debugger I should use.
also from where I can get example code.
Part Number: MSPM0G3519 Hi,
As per TRM document, The TRNG can be used as an entropy source to derive true random seed values when implementing a deterministic random bit generator (DRBG).
Entropy Souce is only LDO or Temperature also? As per customer…
Part Number: LP-MSPM0G3519 Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hello Team,
During flash erase Operation. the Flash operation was terminated in between and it was executed partially
Because of this, the CPU reset was not working…
Part Number: MSPM0G3519 Tool/software: Dear,
I need to wait until my voltage supply is above e.g. 3V before I release uC initialiation routines.
How to implement a 'wait for BORx level'?
"
uint32_t k; int main(void) { // Wait until BOR level is…