User Activity

STM32CubeIDE v1.5.1 use GUN11 language settings.did try option --Verbose (not solve)does any one occurred same issue?check the pic, line 1823 ~ 1837 disappear. I make confirm on disassemble filed.
Hi,where can I find and download STM32CubeIDE V1.4.2 or V1.4.6?Yesterday, I update to v1.5.0 from V1.4.6(I don't remember which version),and then FD CAN inactive in my project, I did compare between old version(V1.4.2) and V1.5.0.Old version(V1.4.2) ...
Hello,I make STM32G473 UART DMA work in debug trace mode (ST-LINK V3).when I disconnect wire and power off to reset for free run.it's not work.I don't understand.​
Target: STM32G473RBTXIDE: STM32CubeIDE v1.4.2bool read(STRUCT *devInfo){uint8_t readbuf[len];STRUCT *tmp = (STRUCT *)calloc(1, sizeof( STRUCT ));if(EEPRomReadNByte(addr, len, readbuf)){tmp = (STRUCT *)&readbuf; //implicit convertmemcpy(devInfo, tmp, ...