差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
start [2023/09/13 02:34] admin12start [2026/03/26 04:30] (当前版本) – Redesign homepage with clean structure and full product listing admin
行 1: 行 1:
-====== [Tutorial] MSPM0L1306 development board tutorial development environment setup ====== +====== ICBbuy Developer Wiki ======
-**Click the blue words to follow usThe development of TI's MSPM0L series can use development environments such as KEIL, IAR, and CCS. The emulator can use JLINK, which is commonly used in ARM development, and TI's XDS emulator.Next, I will give an explanation on the most commonly used combination development of KEIL and JLINK.**    “+
  
-**1.**+Welcome to the ICBbuy developer knowledge base. Find documentation, guides, and resources for our development boards, ESP modules, and IoT solutions.
  
-**Download SDK, MSPM0-SDK from TI’s official website**+----
  
-{{http://ele-think.com/wp-content/uploads/2023/09/1-1.png?nolink&1080x264}}Download the code configuration tool, SYSCONFIG.+===== Development Boards =====
  
-{{http://ele-think.com/wp-content/uploads/2023/09/2-2.png?nolink&1080x274}}+^ Board ^ Category ^ Key Features ^ 
 +| [[developmentboard:esp32-c3-eye|ESP32-C3-EYE]] | ESP32 | Camera, BLE5.0, Wi-Fi | 
 +| [[developmentboard:esp32-s3-eye-6824|ESP32-S3-EYE]] | ESP32 | Camera, AI, Wi-Fi, BLE | 
 +| [[developmentboard:esp32-s3-4inch|ESP32-S3 4inch LCD]] | ESP32 | 4inch Display, Wi-Fi, BLE | 
 +| [[developmentboard:esp32-s3-7.0inch_screen|ESP32-S3 7inch Screen]] | ESP32 | 7inch Display, Wi-Fi, BLE | 
 +| [[developmentboard:esp32-c6mini|ESP32-C6 Mini]] | ESP32 | Wi-Fi 6, BLE5, Zigbee | 
 +| [[developmentboard:esp32-c6-evb|ESP32-C6 EVB]] | ESP32 | Wi-Fi 6, BLE5, Zigbee | 
 +| [[developmentboard:esp32-p4mini-c6|ESP32-P4 Mini]] | ESP32 | High-Performance, AI | 
 +| [[developmentboard:esp32-p4kit-c6|ESP32-P4 Kit]] | ESP32 | High-Performance, AI | 
 +| [[developmentboard:nrf52840|nRF52840]] | Nordic | BLE5.0, Thread, Zigbee | 
 +| [[developmentboard:nrf52840-micro_board|nRF52840 Micro]] | Nordic | BLE5.0, Ultra-compact | 
 +| [[developmentboard:rp2040-1.28-lcd|RP2040 1.28inch LCD]] | RP2040 | Round Display, USB | 
 +| [[developmentboard:rp2350-tinyxl|RP2350 TinyXL]] | RP2350 | Dual-core, USB | 
 +| [[developmentboard:ch32v003|CH32V003]] | RISC-V | Ultra-low cost, RISC-V | 
 +| [[developmentboard:ch32v307db|CH32V307DB]] | RISC-V | High-performance, RISC-V | 
 +| [[developmentboard:stm32f103c6t6|STM32F103C6T6]] | STM32 | ARM Cortex-M3 | 
 +| [[developmentboard:stm32g431cbt6|STM32G431CBT6]] | STM32 | ARM Cortex-M4 | 
 +| [[developmentboard:stm32l431rct6|STM32L431RCT6]] | STM32 | Low-power, Cortex-M4 | 
 +| [[developmentboard:sky2040|SKY2040]] | RP2040 | RP2040, Compact | 
 +| [[developmentboard:eth01-evo|ETH01-EVO]] | Ethernet | Ethernet, ESP8266 | 
 +| [[developmentboard:qs-kb02-smart_knob|QS-KB02 Smart Knob]] | Smart | Rotary Encoder, Display | 
 +| [[developmentboard:qst11-eye|QST11-EYE]] | BLE Display | BLE5.3, 1.28inch Display |
  
-After downloading, you can install it. It is recommended to install it in the default path, which is C:\ti. After installation, open the SDK directory. At present, we need to pay attention to these three folders.+[[developmentboard:|Browse all development boards >>]]
  
-{{http://ele-think.com/wp-content/uploads/2023/09/3.png?nolink&1080x797}}RTOS-less routine directory for MSPM0L1306:+----
  
-\examples\nortos\LP_MSPM0L1306\driverlib+===== ESP Modules =====
  
-Open the keil folder in the routine to open this routine. Keil will also prompt you to install the MSPM0L1306 patch package at this time, or you can install it manually in keil's Pack Installer.+^ Module ^ Series ^ Flash ^ 
 +| [[esp-module:esp32-c6-wroom-32|ESP32-C6-WROOM-32]] | ESP32-C6 | 4MB | 
 +| [[esp-module:esp32-c3-32|ESP32-C3-32]] | ESP32-C3 | 4MB | 
 +| [[esp-module:esp32-c3-20e|ESP32-C3-20E]] | ESP32-C3 | 4MB | 
 +| [[esp-module:esp32-wroom-32e|ESP32-WROOM-32E]] | ESP32 | 4MB | 
 +| [[esp-module:esp32-wroom-32ue|ESP32-WROOM-32UE]] | ESP32 | 4MB | 
 +| [[esp-module:esp8266-12f|ESP8266-12F]] | ESP8266 | 4MB | 
 +| [[esp-module:esp8266-m1|ESP8266-M1]] | ESP8266 | 2MB |
  
-{{http://ele-think.com/wp-content/uploads/2023/09/4.png?nolink&1080x516}}“+[[esp-module:|Browse all ESP modules >>]]
  
-**2.**+----
  
-**Configure the SYSCONFIG tool**+===== Quick Start =====
  
-This tool is an initialization code generation toolsimilar to cubeMX of STM32。+  - Browse the category you need above 
 +  - Open the product page for pinoutschematic, and code examples 
 +  - Download resources from the Resources section on each page 
 +  - Join our community or contact us for support
  
-First, in the SDK directory, under /tools/keil/, open the syscfg.bat file and modify the corresponding SYSCONFIG installation path.+----
  
-{{http://ele-think.com/wp-content/uploads/2023/09/5.png?nolink&1080x481}}Save it in the same directory.+===== Contact Support =====
  
-Open the MSPM0_SDK_syscfg_menu_import.cfg file and modify the SYSCONFIG version and path. The red and blue parts in the figure below must be modified to be consistent with the path names of the SDK and SYSCONFIG. +^ | ^ 
- +| **Email** | [[sales@icbbuy.com|sales@icbbuy.com]] | 
-{{http://ele-think.com/wp-content/uploads/2023/09/6.png?nolink&796x349}}In keil, select Tools → Customize Tools Menu in the menu +| **Website** | [[https://www.icbbuy.com|www.icbbuy.com]] | 
- +**Store** | [[https://www.icbbuy.com/shop|ICBbuy Online Store]] |
-{{http://ele-think.com/wp-content/uploads/2023/09/7.png?nolink&527x172}}Click import. +
- +
-{{http://ele-think.com/wp-content/uploads/2023/09/8.png?nolink&424x361}}Select the SDK directory. +
- +
-MSPM0_SDK_syscfg_menu_import.cfg file.Click to open. +
- +
-{{http://ele-think.com/wp-content/uploads/2023/09/9.png?nolink&611x318}}Click OK. +
- +
-{{http://ele-think.com/wp-content/uploads/2023/09/10.png?nolink&660x555}}At this time, the SYSCONFIG option will appear in the Tool directory of keil. +
- +
-{{http://ele-think.com/wp-content/uploads/2023/09/11.png?nolink&571x156}}When we need to modify the MCU peripheral initialization options, we need to double-click to open the .syscfg file in the project and let the file appear in front of you. Click Sysconfig in Tool to open the SYSCONFIG tool to configure the current project. +
- +
-{{http://ele-think.com/wp-content/uploads/2023/09/12.png?nolink&1080x621}}“ +
- +
-**3.** +
- +
-**The role of the SYSCONFIG tool** +
- +
-Although SYSCONFIG is a code configuration tool like cubeMX used for STM32, SYSCONFIG does not generate code, it only generates 4 files. +
- +
-{{http://ele-think.com/wp-content/uploads/2023/09/13.png?nolink&1037x255}}The first and second files in the picture above are the C and H files of the initialization code. In an empty project, the most basic program is like this. +
- +
-{{http://ele-think.com/wp-content/uploads/2023/09/14.png?nolink&446x244}}The SYSCFG_DL_init function here is in ti_msp_dl_config.c. +
- +
-It is not recommended to modify any code here, because every time the SYSCONFIG configuration is saved, this file will be modified by SYSCONFIG.The Event.dot file saves the MCU Event routing. You can copy the information in this file through an online page to generate an Event routing map. +
- +
-Click to view: +
- +
-https://dreampuf.github.io/GraphvizOnline/ +
- +
-The last syscfg file is the file that we open every time we start SYSCONFIG. SYSCONFIG relies on this file to identify what parameters are configured.+
  
  
  • start.1694572496.txt.gz
  • 最后更改: 2023/09/13 02:34
  • admin12