Part Number: MSPM0G1106 Hello E2E Experts,
Good day.
I’m currently working with the MSPM0G1106 microcontroller using Code Composer Studio as my development environment.
I’d like to ask you a technical question regarding code execution from RAM,…
Part Number: MSPM0G1106 Tool/software: I want to use the DMA to read in the PORTA on a rising edge from a GPIO.
To do this, I have configured the DMA as follows:
uint32_t testSource = 1553 ;
/* Configure DMA source, destination and size */ …
Part Number: MSPM0G1106 Other Parts Discussed in Thread: SYSCONFIG Hi,
Is it possible to automatically assign the application version based on a specific rule via SysConfig tool to minimize human error and ensure that no two firmware builds share the…
Part Number: MSPM0G1106 Hi,
In the following snapshot of the SDK example, I don't see the host releasing the NRST pin of the target back to low after asserting it. Is it not necessary?
Thank you,
Kyungjae Lee
Part Number: MSPM0G1106 Tool/software: Hi,
While reviewing the example code for EEPROM Emulation, I noticed that the description of the macro EEPROM_EMULATION_ADDRESS refers to it as the address in main memory. I was wondering if this should instead…
Part Number: MSPM0G1106 Tool/software: Hi,
I’m reviewing the clock test code provided in the Diagnostic Library v1.00.00.15.
According to the snapshot below, it appears that the only difference between clockTestConfig and clockTestConfigFail is the…
Part Number: MSPM0G1106 Other Parts Discussed in Thread: SYSCONFIG , Tool/software: Hi,
I failed to find an example program for the MSPM0G1106 MCU, and ended up creating an empty project which gave me the option to choose this particular chip. However…
Part Number: MSPM0G1106 Tool/software: After flash erase, will a read from any address of this sector return all '1's? If not, what can I expect? Is it just random data? We implement EEPROM Emulation and the foundation for our driver is that we expect…
Part Number: MSPM0G1106 Other Parts Discussed in Thread: MSPM0G1107 Tool/software: Hi team,
Can you suggest proper device which could meet below requirement? Thanks!
ARM® Cortex®-M23 32-bit processor core operating at up to 72 MHz frequency…
Part Number: MSPM0G1106 Hi,
I’m currently implementing an OTA firmware update feature for our product, which uses the MSPM0G1106 MCU. The BSL is designed to be triggered via a GPIO signal rather than a software trigger.
Based on the documentation…