User Activity

I need to know HAL library version number during device firmware build process. Is there something like __HAL_VERSION_1_9_0__ or similar defined in the HAL library code?Thank youDan
Hi all,I managed to build HID + CDC for STM32F072 and STM32L152 and I am experiencing data corruption if I try to run both interfaces at the same time, however it is not happening always. I am testing on windows and linux (ubuntu 16, 18 and raspbian ...
Posted on December 29, 2014 at 17:45Hi,I have spent some time on playing with this board and I am able to program it and debug it using the on-board st-link programmer. As we are planning to build a custom board based on STM32L152xE chip we wanted t...
Posted on September 04, 2015 at 09:24This problem has been reported in the following link.https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy%2est%2ecom%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%...
Posted on February 23, 2015 at 18:20The following macro generated by STM32CubeMX 4.5.0 and 4.6.0 is wrong for SYSCFG_EXTICR1-4 when trying to use registers GPIOF, GPIOG, GPIOH for EXTI. &sharpdefine GET_GPIO_INDEX(__GPIOx__) (((__GPIOx__) == (GPIOA)...