Search found 4 matches

by deg87
Thu Dec 15, 2022 2:22 am
Forum: STM32F1 based boards
Topic: tm1637 arduino ide library issues -----SOLVED----
Replies: 5
Views: 6181

Re: tm1637 arduino ide library issues

Solved :D

just put this line in setup:

Code: Select all

enableDebugPorts();
maybe it help someone :mrgreen:
by deg87
Thu Dec 15, 2022 2:01 am
Forum: STM32F1 based boards
Topic: tm1637 arduino ide library issues -----SOLVED----
Replies: 5
Views: 6181

Re: tm1637 arduino ide library issues

OK i manage it to work simply changing the pin i used, unfortunatly i already printed 10 pcb :roll: I have used PB3 and PB4 that is already used by jtag :( using PB14 and PB15 work well. As i said i used PB3 and PB4 on printed pcb... my question at this point is, there is a way to disable Jtag funct...
by deg87
Wed Dec 14, 2022 5:58 pm
Forum: STM32F1 based boards
Topic: tm1637 arduino ide library issues -----SOLVED----
Replies: 5
Views: 6181

Re: tm1637 arduino ide library issues

I see that it is possible to make it work using cubeide, so it is not an hardware problem. tm1637 and display is powered by 5v and mcu from 3.3v. The pins i used for CLK and DIO to control tm1637 have a pullup to 5v and they are 5v tollerant, so i tent to exlude hardware problems. i see whit scope t...
by deg87
Wed Dec 14, 2022 3:43 am
Forum: STM32F1 based boards
Topic: tm1637 arduino ide library issues -----SOLVED----
Replies: 5
Views: 6181

tm1637 arduino ide library issues -----SOLVED----

Hi all, it is my first post here, i'm in search of help about using TM1637TinyDisplay.h library, that is write to work whit arduino, on my stm32f103c8t6. It compile whitout problem, but the test scketch is'nt work, i wonder if there is something i miss. I believe (maybe i'm wrong) that if arduino id...

Go to advanced search