2024-08-07 07:38 AM - edited 2024-08-07 07:41 AM
Hello,
This is how an STM32F479VI appears in CubeIDE without doing any configuration.
DSI is actually disabled, but the pin are light green and set RESET_STATE when I hoover over them.
Regards,
Solved! Go to Solution.
2024-08-07 08:08 AM
> What is CubeIDE trying to tell me?
The DSI pins are special and dedicated. That's it.
> I do not want to use DSI in this board, I will keep it disabled, do I need to do any configuration with this pins?
No software configuration is needed, but the voltage supply still needs connected, see answer to your other question.
2024-08-07 08:08 AM
> What is CubeIDE trying to tell me?
The DSI pins are special and dedicated. That's it.
> I do not want to use DSI in this board, I will keep it disabled, do I need to do any configuration with this pins?
No software configuration is needed, but the voltage supply still needs connected, see answer to your other question.
2024-08-07 08:11 AM
Thanks! That makes sense, I was unsure where to bundle these questions together.