2022-01-14 11:28 AM
Hello ST community, I recently bought a PLC01A1 expansion PLC board for my NUCLEO-F401RE and I am having trouble compiling the example code provided on the PLC01A1 website. After carefully integrating the code in STM32CubeIDE, I was prompted with the following error message "TIM6_DAC_IRQn' undeclared (first use in this function); did you mean 'TIM1_CC_IRQn". I checked the CubeMX (.ioc) file and TIM6 doesn't exist there. How can I run the example, and properly declare TIM6?
I very much appreciate the community help in advance, looking forward to hear a response from you.
2022-01-26 06:31 AM
Hello @HMina.1 ,
Could you please share your ioc file and specify the CubeMX version?
Thanks,
Sara.
2022-02-16 06:05 PM
2022-02-17 06:24 AM
Hello @HMina.1 ,
Could you please specify which example are you using and from where exactly did you download it?
Thanks,
Sara.
2022-02-17 03:16 PM
Hey Sara,
Here is the link that I got the example code from:
Thanks for the help,
Hagop