2025-09-27 5:30 AM
Hello,
while configuring the CSI interface for camera , on its enablement in the STM32CubeMX why I can’t see the GPIOs corresponding to it in the flip section?
does it has any dependency on any other peripheral?or clock setting?
under the configuration it says warning: this peripheral has no parameters to be configured.
Unlike in any other peripheral like I2C or SPI where I can see the corresponding GPIO i am checking this on STM32N657X0HxQ .
regards,
2025-09-27 5:52 AM
Hello @darla14
It may be due to the fact that there is no settings can or should be configured throw the STM32CubeMX for this peripheral (like bauderate for usart or other parameters). So, there is no configuration space and the warning is just to indicate this. For the GPIOs used for the CSI, you should be able to see them on the graphic of the MCU or on the GPIO Tab (same for pins used for other MCUs).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.