LucaArena
LucaArena
Hello; I have a the same issue, tring to use the UART2: I have an energy power meter with 2 BL0942 chips : one over UART 1 and an other...
Hi, Yes I modified the driver to support both chips: Actually I’m testing the solution over 3 devices: it works with good precision (< 1% ) of total energy accumulated:...
I’m using test_ty_read_uart_data_to_buffer: anyway this function calls using uart_read_byte. The power measures are ok: there is an issue on the total energy: sometime it saved a wrong big value! Da:...
Hi, Yes I had the same issue: the interrupt service for UART2 appends, but the data is not available in the register data input: I changed the strategy, to read...