Zanduino / DS3231M

Access the DS3231M I2C Realtime Clock
GNU General Public License v3.0
15 stars 7 forks source link

STM32 cant upload again #25

Open DprasK opened 1 year ago

DprasK commented 1 year ago

Expected Behavior

Detail what the expected program behavior should be, or what is expected to happen.

Actual Behavior

Detail what actually happens.

Steps to Reproduce the Problem

Explain what needs to be done in order to reproduce the problem.

  1. ST-Link can't detect again after uploading this library

Specifications

SV-Zanshin commented 1 year ago

I don't have a STM32F4VE with which to test this, so I cannot look into this issue.

The library makes use of the "wire" library but otherwise has no code specific to the Atmel processors. So there is no general reason why this shouldn't work.

I do see several entries regarding communications problems with ST-Link, so I would tend to believe that the source of the issue is there. Do you have another project that uses the "wire" library that does work on your STM32F4VE?

DprasK commented 1 year ago

LiquidCrystal_I2C, RTClib (work on maple board, but on official board cant work), ds323x