-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCB and extra ram #9
Comments
Hi, I made these labels based on labels on my module's PCB. I haven't used Best regards, |
Thanks for the answer. |
I will try GPIO9 or 10 ..... |
That will do the trick. #define GPIO2 2 void ICACHE_FLASH_ATTR What about an automatic detection of the external ram? |
Finally, i keep the test task and the blue and external led blink because i like it ;-) but i move it to GPIO2. |
According to https://github.com/esp8266/esp8266-wiki/wiki/gpio-registers ICACHE_FLASH_ATTR void SCI_ChipSelect(uint8_t State){ ICACHE_FLASH_ATTR void SDI_ChipSelect(uint8_t State){ |
Hi PiotSperka,
I think that there is a mistake on the Eeschema: U4 pin 11 is labelled GPIO1, I think it is GPIO2.
Why not using this one as CS for the ram?
This will let GPIO16 free for an optional led indicator?
Thanks
JP (KaraWin)
The text was updated successfully, but these errors were encountered: