2019-12-20 12:23 AM
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.
2019-12-20 05:35 AM
Fixed it, after some fiddling around. Started a new MX project and initialized the mcu and pulled the io-link stack over manually.