您好,請問OSPI啟動8S and 8D的OSPI0_DQS是哪一隻腳? 我在TRM手冊中找不到,謝謝
研读MSP432E401Y的参考手册时发现可以实现双ADC实现双倍的采样率
for a sample rate of two million samples per second at 16 MHz, the TSHn field of all
of the sequencer samples of both ADCs must be programmed to 0x0 and the PHASE field of one of the
ADC modules…
我有一个设计,通信习曼彻斯特通讯,我需要发送5us的高电平和5us的低电平跳变通信信号,我将会使用TI的MSPMOC1104完成通信,但为什么我们无法在 TI 的 System Config 中找到与 ST 的 Cube 相同的配置选项呢?其规格似乎具备实现这种功能的能力,但这款 TI 的集成电路是否真的能够进行配置并得以实施呢?如何实现呢?我不太确定。这是我第一次使用它…
In Table 5-1121. PLL2_SS_SPREAD Register Field Descriptions 'MOD_DIV' supports divide values of 1-63,But the register only has bits 16 to 19, a total of 4 bits, how do you write 1-63?
Hello! I have been using C2000-GANG before. Recently, I purchased the C-GANG-TI programmer and installed the latest version of the software X-ProARM2V96-Setup. Today, when…
您好,上面的程序运行到最后,是校验失败,请帮忙看一下是什么问题,应该怎么解决,多谢了!
As marked in red in the figure below, some of our products have these NC pins connected to the ground. We would like to analyze, from the perspective of the internal circuit of the chip design, what impact such a misdesign will bring…
#include "adc.h"
uint16_t adc_buff[FFT_LENGTH_ADC];//存放ADC采集的数据
volatile bool AdcConvEnd;//用来检测ADC是否采集完毕 0:没有采集完毕 1:采集完毕,在stm32f1xx_it里的DMA完成中断进行修改
uint16_t adc1_buff[FFT_LENGTH_ADC];
volatile bool AdcConvEnd1;
/* The…
我现在使用MSPM0L1306开发板,并且试了一下MSPM0 SDK中的dali_led_demo案例。MSPM0 DALI 用户指南 — MSPM0 DALI User's Guide 1.2.0.x documentation 我有一些问题:
1.这个案例中的README文件中写着PA17引脚是UART0 TX,PA9引脚是TIMG2,请问这两个引脚是怎样连接到Mikroe…
When the SWAP feature is enabled with A and B partitions configured, actual testing revealed that after setting the active region to A (FSS_selectRegionA), calling Flash operation APIs like Flash_read to read data at offsets 0x1000…
some GPIOs output high level after boot up with nor flash.
After booting, some GPIOs will output high levels. But we did not set these pins in the code to output high levels. And these GPIOs output high levels are after nor flash…
你好,我现在在调试公司制作的G3519功能板,通过SYSCONF 工具enable LFXT ,同时生成了代码,
官方提供德血氧例程调试模式如何更改为开发模式,目前下载程序掉电数据总会丢失,需要重新下载程序
我在用TB6612电机驱动的时候,发现小车突然不转了(注意是突然,在发生故障之前我并没有修改关于TB6612的的代码),后检测发现是因为我的AIN1,AIN2的电平信号的是1,BIN1和BIN2也是。我的代码中有设置AIN1,AIn2分别为1,0,但是并没有起到作用,
您好,目前采用定时器周期捕获的方法对PWM进行捕获。现象为,若定时器周期>PWM周期,可以正常捕获。但定时器周期<PWM周期,会导致捕获值保持为loadvalue。我的理解是,如果出现定时器周期小于pwm周期,假设捕获值为70000,那我不应该得到的是70000-65535吗?目前结果是65535。 定时器在边沿触发时,会将counter值置0,但不应该会影响到
您好。目前在测试DMA能访问到哪些外设寄存器,目前发现GPIO的DIN是没法访问的,有没有相关的表格或者资料显示DMA能访问的位置。比如我想通过DMA去修改TIM的CCx寄存器,这个能做吗
// 1. MCU : MSPM0G3505(LQFP-48(PT))
// 2. complier using :
// 1.CCS: Version: 12.8.1.00005
// 2.SDK: mspm0_sdk_2_02_00_05
// 3.sysconfig-1.21.2_3837-setup
// 4.ti_cgt_armllvm_4.0.1.LTS
MSPM0G3505 PA0/PA1 is set as capture input pin…