Part Number: MSP430FR6043 Tool/software: Hi, Please let me know where can be found detailed description of interpolation algorithm for dToF calculating? Best regards. Thank you, Dmytro.
Part Number: MSP430FR6043 Tool/software: Hi, Please let me know where can be found detailed description of interpolation algorithm for dToF calculating? Best regards. Thank you, Dmytro.
Part Number: MSP430FR6043 Tool/software: Hello all,
We are a development startup company.
Our team has a big experience in the development and manufacturing of different types of measuring and other devices. Among them are industrial and household gas…
Part Number: MSP430FR6043 Other Parts Discussed in Thread: MSP-TS430PN80C , MSP-FET Tool/software: Hi TI expert,
When I first tried to connect to the MSP-TS430PN80C development board using MSP-FET, CCS indicated that I needed to Update the firmware, but…
Part Number: MSP430FR6043 Other Parts Discussed in Thread: EVM430-FR6047 Tool/software: Hello,
We are trying to design a waterflow meter using MSP430FR6043 MCU. We tried to run USS example project FR6043_USSSWLib_template_example but the results are undesired…
Part Number: MSP430FR6043 Other Parts Discussed in Thread: EVM430-FR6043 Tool/software: Hello all. I am new in MSP430. I am working with the EVM430-FR6043 for create own gas meter. In the USS program I load default configuration "USSConfic.xml" and try to…
Part Number: MSP430FR6043
Tool/software:
Hello,
I am generating the PWM pulse from the Tb0.4.
param.clockSource = TIMER_B_CLOCKSOURCE_SMCLK;
param.clockSourceDivider = TIMER_B_CLOCKSOURCE_DIVIDER_4;
param.timerPeriod = timePeriod-1;
…
Part Number: MSP430FR6043 Tool/software: I am using the MSP430FR6043 for a water meter application. Please tell me how to output Vref from pin number 4 (Table 7-1). I have set P1EL1.x and P1SEL0.x according to Table 9-25, but PIN4 and PIN5 remain low…
Part Number: MSP430FR6043 Tool/software: Dear
Regarding the calculation method of startPPGCount.
The "MSP430 USS API Guide" states the following about "startPPGCount". What does (16/68MHz) mean? What does the "1" in (16/68MHz)(1)(startPPGCount…
Part Number: MSP430FR6043 Tool/software: Hello,
I have a failsafe mechanism in my code. If there is a failure, I perform a software reset using the code below.
void softwareReset(void)
{
uint16_t delay_loop_inc=0;
for (delay_loop_inc; delay_loop_inc…