Alejandro Mera

Results 10 comments of Alejandro Mera

The addressing scheme is a bit different to what you described. Coils are stored as bits of a 16bit register. For example, coils with addresses between 0 and 15 will...

The slave handles the errors according to Modbus specification. What you need is not part of the Modbus protocol.

Hi, You also need to enable FreeRTOS CMSIS_v2 under the middleware section in CubeMX. I updated the README to reflect this requirement.

The DMA configuration does not require the circular mode. Check the corresponding examples. Also check the following file, it contains an example for the modbus master Examples/ModbusF429/Core/Src/freertos.c

Hi, MB_FC_READ_REGISTERS is not empty, it is handled by the code shown in line #870 of the code. There is no functions to print to the console. In the example,...

I am not sure what could be the reason, I need to replicate this configuration to verify the issue.

Hi, where is the wireguard_interface defined? I looked on all files and it is not defined.

Thanks for your answer now is running. I have another question. I am facing a weird issue, when QEMU executes the following assembly instruction of my firmware: lbux v1,v0(v1) where...

Thanks for your help that was the issue, the core for pic32mz did not include the instruction set for the DSP extension, I changed the definition for the qemu machine...

please, can this be merged? this will really help to work on Windows with PyOCD