cancel
Showing results for 
Search instead for 
Did you mean: 

Building file systems/projects with STM32CubeMX

Soepoe
Associate II

Hello, I bought the STEVAL-IDP003V1D evaluation board and I want to create a "custom" IO-Link slave device that, I can hook up to an existing IO-Link Master. Then write commands from the master and receive a response from my slave. I found the IO-Link device stack https://www.st.com/content/st_com/en/products/embedded-software/evaluation-tool-software/stsw-io-link.html#resource and downloaded the device stack.

Im trying to import that stack into MXCube and building the project, so I can debug it on my evaluation board. I just can't get to the point where I can actually build the project. I'm i not importing the file system correctly ? Am I missing some setup? I tried setting up my debugger via STLink but without any luck.

1 REPLY 1
Soepoe
Associate II

Fixed it, after some fiddling around. Started a new MX project and initialized the mcu and pulled the io-link stack over manually.