User Activity

The generated code for MX_ETH_Init() has changed. Previous generated code: uint8_t MACAddr[6] ;   heth.Instance = ETH; MACAddr[0] = 0x00; MACAddr[1] = 0x80; MACAddr[2] = 0xE1; MACAddr[3] = 0x00; MACAddr[4] = 0x00; MACAddr[5] = 0x00; ...
I have DMA, MDMA and BDMA configured for an STM32H742ZIT6. After upgrading CubeMx to Version 5.1.0, the generated main functions only calls two of the three generated DMA init routines.This issue can easily be reproduced by creating a new CubeMX proj...