i2c driver install error
Posted: Wed Aug 07, 2019 2:39 am
Hi,
Used ESP-ADF Development audio play.
When I call the function audio_board_init(), my board operation current will augment about 30mA to initialling and playing audio.
So I want deinit and release all memory after audio play finish and before jump light_sleep mode just call the function audio_board_deinit().
But,when I quit the light_sleep mode and start a new audio task.It say " E i2c :driver install error " after call audio_board_init().
Any other ways can I decrease operation current in light_sleep mode especially audio play?
Thanks.
Used ESP-ADF Development audio play.
When I call the function audio_board_init(), my board operation current will augment about 30mA to initialling and playing audio.
So I want deinit and release all memory after audio play finish and before jump light_sleep mode just call the function audio_board_deinit().
But,when I quit the light_sleep mode and start a new audio task.It say " E i2c :driver install error " after call audio_board_init().
Any other ways can I decrease operation current in light_sleep mode especially audio play?
Thanks.