-
Notifications
You must be signed in to change notification settings - Fork 8
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
USART For the small On/Off remote looks inverted #10
Comments
I'm just getting back to this project and will check out the pin outs. It's highly likely that I swapped them at some point when I was trying to unify the USART setup code between the different boards. |
Hi, Also, there is a mistake in pin_defs.h, available pins are PC10 and PC11 NOT PC11 and PC12 !!! Here is the information I have collected for the small 2-button remote:
|
PF3 must be driven high, or the FLASH chip does not operate. |
In mpconfigport.h, if you do the following, device registers become accessible from Python, by using machine.mem32[addr], this is very useful, even though it uses more code space, it still perfectly fits into the device's 256kB: |
Closes osresearch#10 Reported-By: Jerome-PS <[email protected]>
Hi,
Thanks for the good work!
It looks like, contrary to what is written in efm32/ports/efm32/README.md, the USART is configured for pins PB14 and PB15. But if you follow the marking on the board, PB14 seems to be US0_TX and PB15 US0_RX (so locations 9 and 9 and NOT 8 and 10).
Does it make sense to put the in a init.py script to have the same binary for everyone and just a "site" auto exec script that would do the configuration?
Cheers.
The text was updated successfully, but these errors were encountered: