sosandroid / FRAM_MB85RC_I2C

Arduino library for I2C FRAM - Fujitsu MB85RC & Cypress FM24, CY15B
Other
56 stars 21 forks source link

Problem with TimerOne #28

Closed EdHayes3 closed 3 years ago

EdHayes3 commented 3 years ago

When I use this with TimerOne I get serial output like:

image

Seems the two are incompatible with each other.

When I don't include the FRAM initialization, I have no problems.

EdHayes3 commented 3 years ago

...This may have been a memory issue...

sosandroid commented 3 years ago

Not sure I can help. Does you terminal properly set regarding UART communication ?

EdHayes3 commented 3 years ago

I confirmed, my fault, MCU Memory issue. Needed to clean up my code to reduce memory consumption.