Hello!
In my project I need to use QSPI. As I understand, in order to use SSP QSPI framework you need to have QSPI code in your BSP. I was able to modify BSP code from one of S7G2 board application examples. I added it to my code and it works, but as I understand the proper way to do it is to make a custom BSP package for my board so my modified files won't be overwritten when I generate code in Synergy configurator.
I found tool and instructions on custom BSP creation:
However, it's released in 2016 and it seems like I cannot use it. When I try to perform instruction steps it throws uninformative errors, such as about abscence of files or directories in it's tmp folder or "permission denied" albeit I tried to run it in Administrator mode with the same results. Is this toolset outdated? Is there updated version I can find somewhere?
I'm using IAR 8.21, SSC 6.2 and SSP 1.4.0.
Example of error:
Best regards, Eighth