STLinkV3 + Stm32CubeProgrammer = Bridge Error (CAN Bootload)
Getting a "Error: Bridge error (BRG_CAN_ERR)". Can't find any documentation about it.
The StmLinkV3 is able to program the Nucleo (Stm32H743) via SWD fine.
In the screenshot's log section, the first message shows that the StLink doesn't detect the target's vcc.. so I had to connect the SWD cable between them, which kind of defeats the whole purpose of the CAN bootloading.. however even after it detects the target vcc, it fails to connect due to the BRG CAN ERR. I've tried all the different baud rates with no luck.
I have the Nucleo in bootloader mode (BOOT0=3.3V), with the STLink can bus (CN9 Pins 8/9) directly to the Nucleo's Can lines (CN9.25/27), crossing RX/TX.. although I've tried both ways. Actually, I get the error message even without connecting the TTL can lines to the target.
I'm using Stm32Cube v2.4 with an StLinkV3 MB1440B (firmware V3J5M1B3).

