User Activity

Hi all -I'm modifying some legacy code written for a WICED device that contains an STM32F2xx. The original programmer had a passage that reduces down to:#define OB_RDP_Level_0 ((uint8_t)0xAA) #define OB_RDP_Level_1 ((uint8_t)0x55)   FLASH_OB_Unlo...
Hi all - I'm beginning a project that will utilize the STM32L496ZGT6. It's been several years since I've worked in the STM world, so my knowledge of available software is quite dated. I'd like to hear any feedback on the following:I want to use an OS...