32mhz clock not working #160
Carlosfandango22
started this conversation in
General
Replies: 2 comments 7 replies
-
That's odd... there's no lib to include. You have the green ones with the micro usb, right? Did you install the core through writing the json in the arduino configuration? |
Beta Was this translation helpful? Give feedback.
6 replies
-
If you have one lgt328p working or a uno laying around, you could try the ISP method. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have 10 of these LGT8F328P LQFP32 MiniEVB boards which I have just received from AliExpress.
https://www.aliexpress.com/item/1005001274006314.html?spm=a2g0s.9042311.0.0.27424c4dm35rn8
I'm using these with the Arduino IDE 1.8.15. They seem to work fine at 16MHz. As soon as I select any variation of 32MHz by changing the clock source, clock speed or both, the code will upload but the boards become unresponsive. I feel like I must be doing something wrong? Is anyone able to tell me if I'm suppose to add a library, or include anything within my code to get it working at 32MHz?
For a test I'm simply serial printing "hello" with a delay of 1000ms.
Thanks,
Carl
Beta Was this translation helpful? Give feedback.
All reactions