Associate III
October 28, 2023
Solved
How to prevent certain functions from being created.(Device Configuration Tool makes error)
- October 28, 2023
- 2 replies
- 2474 views
Hello?
If you just build from the Device Configuration Tool(*.ioc), an error will occur as shown in the picture below.
(MCU: STM32F730, File:usbd_conf.c)

The functions that enable clocking and the functions that enable ULPI clocking already exist above (line 116) and below (line 118), but they are incompletely mixed in the middle line, creating errors every time.
Because of this, the current situation is that I have to delete or comment it out every time. I would like to ask how to get rid of it from the beginning.
Thank you for reading.
