This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0L1306: Where is the header file available in Keil ?

Expert 2440 points
Part Number: MSPM0L1306

Tool/software:

Hi All,

I am trying to get the MSPM0L1306 evaluation board working with μVision.
I would like to make a simple main.c that I can just compile through,
Do you have a source code that would be helpful?
My image is the following source program.

/*
* MCU TEST Program
*/
#include <MSPM0L11XX_L13XX.h>
int main(void) {
while(1) {
}
}

In other microcontroller examples,

STM :.
#include <stm32G0xx.h>

NXP :.
#include “LPC845.h”

I have a header file in the *_DFP file,
There is no such thing in the 
「C:\Users\Ito\AppData\Local\Arm\Packs\TexasInstruments\MSPM0L11XX_L13XX_DFP\1.3.1」

Can you please tell me where to find the header file for the microcontroller?



STM32G030 has Device, but MSPM0 does not.
In Device, there is a file Startup : System Startup for STMicroelectronics STM32G0 Series.

Best Regards,

KAZ