Page 1 of 1

Can't not found the "TIM_SMCR_ECE"

Posted: Sun Feb 05, 2023 12:47 pm
by skylin008
I am a arduino beginer, I had build the STM32-GPSDO file, any error issue shows as follow:


C:\Users\Administrator\Downloads\ArduinoIDE\GPSDO_V006c\GPSDO_V006c.ino:2761:17: error: 'TIM_SMCR_ECE' was not declared in this scope
TIM2->SMCR |= TIM_SMCR_ECE; // 0x4000


which file include the TIM_SMCR_ECE ,thanks!

Re: Can't not found the "TIM_SMCR_ECE"

Posted: Thu Feb 16, 2023 3:51 pm
by fpiSTM
TIM_SMCR_ECE is defined for each mcu by the cmsis device header.
Which MCU you used?
And which stm32 core? Because if you use Roger's core, I don't think the GPSDO library are compatible.

Re: Can't not found the "TIM_SMCR_ECE"

Posted: Thu Mar 21, 2024 9:06 am
by davisjanden1
This comment showcases the determination and enthusiasm of a beginner in the Arduino community, who despite encountering errors, remains committed to learning and troubleshooting their project. It highlights the individual's proactive approach to seeking assistance and resolving issues, which is essential for growth and proficiency in Arduino programming.