cancel
Showing results for 
Search instead for 
Did you mean: 

Configure PSSI 16 Bit and Ethernet at the same time with N6 Nucleo

harald
Associate III

Hy,

we are about to create a Proof-of-concept system for a camera application. We want to use STM32N6 Nucleo-144 board (MB1940) Board and add a extension board to CN2, CN3, CN15 and CN16. The project needs Ethernet (which we want to use from Nucleo Board) and PSSI16 Bit (which we want to realize on the extension board).

I create a CubeMX project from scratch and select Nucleo Board as starting point.

I am not able to configure both, Ethernet and 16 bit PSSI. 

harald_1-1767792768529.png

When I start from the controller itself (no Nucleo) it seems to work

What do I miss?

Best regards

Harald

 

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Super User

Hover over the red area to see why it cannot be enabled. In this case:

TDK_0-1767794167088.png

So pins being used by PSSI are the problem.

 

The nucleo board has a bunch of pins locked to various functions whereas with a new chip all pins are free. The locked pins restrict the amount of flexibility you have here. In this case, these pins are locked and are preventing you from using both.

In this case, these pins are the problem:

TDK_2-1767794818339.png

Reset their state (Click -> Reset State), then disable and re-enable PSSI and you can enable ETH.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

1 REPLY 1
TDK
Super User

Hover over the red area to see why it cannot be enabled. In this case:

TDK_0-1767794167088.png

So pins being used by PSSI are the problem.

 

The nucleo board has a bunch of pins locked to various functions whereas with a new chip all pins are free. The locked pins restrict the amount of flexibility you have here. In this case, these pins are locked and are preventing you from using both.

In this case, these pins are the problem:

TDK_2-1767794818339.png

Reset their state (Click -> Reset State), then disable and re-enable PSSI and you can enable ETH.

If you feel a post has answered your question, please click "Accept as Solution".