HT16K33 how to disable/release macro component
Posted: Mon Mar 10, 2025 8:11 pm
Hello to all!
Just a question.
There is a way to discard, i mean uninitializing, the macro component witout resetting the micro? Arduino atmega328p is my platform.
I need that the micro keeps running also if the I2C HT16K33 gets stuck in any event. Now, if just a cable pin gets interupted, the program hangs up and stops. There is a way to avoid this problem? I already tried with the generic I2C_cal module that can Uninitialize I2C bus but this way does not works.
Top
Just a question.
There is a way to discard, i mean uninitializing, the macro component witout resetting the micro? Arduino atmega328p is my platform.
I need that the micro keeps running also if the I2C HT16K33 gets stuck in any event. Now, if just a cable pin gets interupted, the program hangs up and stops. There is a way to avoid this problem? I already tried with the generic I2C_cal module that can Uninitialize I2C bus but this way does not works.
Top