User Activity

When I try to generate code I am getting "eclipsec" error pop=up referring me to a log file. The file content is attached below. I have uninstalled all the STM32 applications and reinstalled just MX 6.12.0, but error is still here. !SESSION 2024-07-1...
IMHO in the file "stm32f3xx_hal_def.h" the section "Exported types" should be moved in front off section "Includes", because some of the types are used in the included files, but "stm32f3xx_hal_def.h" will not be reentered. It produces error like thi...
Posted on October 27, 2014 at 15:29Hello,I have to sample 4 signals as synchronously as possible using STM32F303VC. To do this I configure it in the following way (please see my .ioc file attached):I use �Dual Regular simultaneous mode with independ...
Posted on October 07, 2014 at 17:38Hello, Basically everything is said in the title. I have the latest version of CubeMX and program STM32F3-Discovery with STM32F303VC. CubeMX generates this block   multimode.Mode = ADC_DUALMODE_REGSIMULT;   multimo...
Posted on October 04, 2014 at 19:08They are aliases of channels 15,17,17,17 for ADC 1-4 correspondingly. According to STM32F303VC reference they should by aliases of channels 3,3,1,3. Firmware works correctly only when they are set according to refe...