sosandroid / FRAM_MB85RC_I2C

Arduino library for I2C FRAM - Fujitsu MB85RC & Cypress FM24, CY15B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with TimerOne

EdHayes3 opened this issue · comments

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.

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

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

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