User Activity

Hi, some year ago i loaded STM32CubeIDE_1.2.0 and the package STM32Cube_FW_F4_V1.24.0 and i make some project (26). Now I load STM32Cube32 1.5.0 and package STM32Cube_FW_F4_V1.25.0.The packages are loaded in the same area (Repository).I try to import...
Hello,I'm using a ST32F466 trying to connect a personal board to a PEAK analizer.The code is generated in part by MS32Cube, and in part by me on TrueStudio 9.2 using HAL libraries.After setting the CAN1, (HAL_CAN_MspInit()), I have configured the CAN...
Hello,I' using Windows 7/64, True Studio 9.2, STM32CubeMX 5.1 on a Nucleo-F401RE.After code generation (GENERATE CODE) , if I try to open the project from Cube, the system answers : " Please Install TrueStudio Toolchain to open the project". I solve...
Hi,I'm working with a STM32F446, on a CAN Bus system. My question is on PDF documents: there is a new version of the document UM1725 (or other) where find the new complete set of functions (like HAL_CAN_AddTxMessage(..)) ? . The only way is read the ...
Tranferring data from serial input,(in my case idDA), or from an SD, may be you try to write a double word a time (64bit) in flash area and you may use the:HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, flash_ptr,codeData64). This function calls th...
Kudos from