You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand from where did you download libraries such as
#include <Tools.h>
#include <BCH.h>
#include <SRAM_CY62256N.h> in slave-cy62256nll for arduino in order to retrieve stable bit location using cypress sram(section 1.1 in readme of codes).
The text was updated successfully, but these errors were encountered:
make sure you use platformio. Just a heads up, I also had some compiler issues that required changing some strings to char array in main.cpp for building to succeed and make sure your device path is correct.
I don't understand from where did you download libraries such as
#include <Tools.h>
#include <BCH.h>
#include <SRAM_CY62256N.h> in slave-cy62256nll for arduino in order to retrieve stable bit location using cypress sram(section 1.1 in readme of codes).
The text was updated successfully, but these errors were encountered: