-
Notifications
You must be signed in to change notification settings - Fork 25
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
ArduinoMicro does'nt work #12
Comments
Thanks for your question! I'm afraid I'm very rusty on this code, so please give me a few days to think about it and remind me if you haven't heard from me by monday. |
Thank you your Promt reply. Kazuhiro Haitaka |
So I refreshed my memory; here's what's going on:
Note that the names of these pins on the board are very confusing.
Hope that helps! |
Thank you very much your Commentary concerning CTRL bit. If so, SMoHWIF_Port_Slow in SMoIF_Port.h might be Cause of malfunction. I'm going to find out it. It may takes some time. |
Dear Sir,
Will you Please tell me,What Happed on Arduino Micro?
My The following circumstances are folloing;
I tried to Assemble ScratchMonky HVPP and TPI Writer with Arduino Micro according User Manual Target Connection Diagram.
However It does'nt work.
So Analized what happed on sketch, The Portmapping seemed to wrong. Because folllowing code seemed to unopen the Port.
typedef SMoHWIF_Port_Dual<SMoHWIF_PORT_D, 0x0C, 0, // Only Open CTRL2 & 3
SMoHWIF_PORT_F, 0xF1, 0> // CTRL0, CTRL4,CTRL5,CTRL6 & CTRL7
Therefore I think CTRL1,DATA0,DATA1,DATA2,DATA4 are Disabled, And Seemed Undefined DATA5 on PORTE DATA3 on PORTC is not Defined.
I'm look forward your Kindness Cooperation.
Kazuhiro Haitaka.
The text was updated successfully, but these errors were encountered: