Part Number: MSPM0G1106 Tool/software: Hi team,
My customer is evaluating M0G1106. Please help clarify below question. Thank you.
~~~~~~~~~~~~~~
M0G1106 provide two power domain (PD0, PD1). Customer need to meet below criterion.
For AC power consumption…
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:
Hello,
When I install the WDT application into my project, I think I cannot reconnect to the processor because it constantly resets. How can I solve it?
Part Number: MSPM0G1106 Other Parts Discussed in Thread: BQ40Z50-R2 , Tool/software: Hi experts,
My customer is considering using the MSPM0G1106 and bq40z50-R2 specifications.
Q1:It says that the MSPM0G1106TPMR supports SMBus v3.0 and the bq40z50-R2 supports…
Part Number: MSPM0G1106 Other Parts Discussed in Thread: SYSCONFIG Tool/software: Hello,
I want to do SPI read and write with Texas MSPM0G1106 IC.
First of all, I have done SPI read and write with another MCU before. Here is the codes.
unsigned char…
Part Number: MSPM0G1106 Tool/software: In the code line below, I can read the DS1307 time chip without any problems, but in case of any hangup or sudden processor reset, while (DL_I2C_isControllerRXFIFOEmpty(I2C_INST)); It is waiting within the function…
Part Number: MSPM0G1106 Tool/software: Hello, in the software below, it enters the while loop in main once and does not enter again, the timer continues counting but does not return to the while loop again.
#include "GPIO_Func.h" #include …
Part Number: MSPM0G1106 Tool/software: When I changed the DS1307 data with the TEXAS processor and checked it with Arduino, I assigned the correct values to the correct register. But when I want to study in Texas, I encounter the following image.
…
Part Number: MSPM0G1106 Other Parts Discussed in Thread: SYSCONFIG Tool/software: Hello, I am working with DS1307. I am constantly receiving meaningless times from my I2C line. I will leave the code I wrote below. Can you help me where I might have gone…
Part Number: MSPM0G1106 Tool/software: Hello, I made the following software and settings, checked the hardware, but it is not working, can you help?
#include <GPIO_Func.h> #include "ti_msp_dl_config.h"
#define DELAY (160000000) int …