YahyaAouledAmer
YahyaAouledAmer
in BSP_NetEther_CfgClk function you need to change PD10 in the comment to PA3 because you defined PA3 pin for the CLKOUTSEL2 in the RMII mode
I was using BRD2204C board, but I didn't find any supported examples when I added this repo as "External Repo" in Simplicity Studio 5 . I figured out that the...
I was using BRD2204C board, but I didn't find any supported examples when I added this repo as "External Repo" in Simplicity Studio 5 . I figured out that the...
Just Testing pull request
***Reasons for making this change:*** I am an embedded developer using STM32CubeIDE for firmware development, hoping this to be my first pull request. This change introduces a comprehensive .gitignore template...
- Add ModbusLayer first implementation with header parsing only (no test included)
Hello PcapPlusPlus maintainers, I’d love to contribute to the library by implementing support for the Modbus protocol, a widely used communication protocol in industrial automation. Would this be a welcome...
**Description**: The :use_deep_preprocessor: option in the project.yml file appears to reject valid values that are listed in the documentation or comments. **Expected Behavior**: Setting :use_deep_preprocessor: to any of the following...
The ctlwizchip() function does not support the CW_GET_VER command for the W5500 chip. This is because the implementation of CW_GET_VER is conditionally compiled only for W6100 and W6300: As a...