add blinky proj

This commit is contained in:
Ajit Ananthadevan 2026-01-25 22:25:14 +11:00
parent d42ba1aff6
commit e75eef8b9e
18 changed files with 680 additions and 106 deletions

View file

@ -34,13 +34,13 @@
* ============ ti_msp_dl_config.h =============
* Configured MSPM0 DriverLib module declarations
*
* DO NOT EDIT - This file is generated for the MSPM0G350X
* DO NOT EDIT - This file is generated for the LP_MSPM0G3507
* by the SysConfig tool.
*/
#ifndef ti_msp_dl_config_h
#define ti_msp_dl_config_h
#define CONFIG_MSPM0G350X
#define CONFIG_LP_MSPM0G3507
#define CONFIG_MSPM0G3507
#if defined(__ti_version__) || defined(__TI_COMPILER_VERSION__)
@ -73,10 +73,20 @@ extern "C" {
#define POWER_STARTUP_DELAY (16)
#define CPUCLK_FREQ 32000000
/* Port definition for Pin Group GPIO_LEDS */
#define GPIO_LEDS_PORT (GPIOB)
/* Defines for USER_LED_1: GPIOB.22 with pinCMx 50 on package pin 21 */
#define GPIO_LEDS_USER_LED_1_PIN (DL_GPIO_PIN_22)
#define GPIO_LEDS_USER_LED_1_IOMUX (IOMUX_PINCM50)
/* clang-format on */
void SYSCFG_DL_init(void);
@ -85,6 +95,7 @@ void SYSCFG_DL_GPIO_init(void);
void SYSCFG_DL_SYSCTL_init(void);
#ifdef __cplusplus
}
#endif