User Activity

HiI wrote a little CEC application. Unfortunatly communication with other devices didn't work well.I used a logic analyzer to find the problem.The error is in the IRQ function HAL_CEC_IRQHandler:[...] if((reg & CEC_FLAG_TXBR) != RESET)  {   if (hcec-...
Posted on May 12, 2015 at 08:35Hello I'm using an STM32F302CB. I use this code to protect the first pages of code which contains a bootloader:[code] uint32_t write_protected = FLASH_OB_GetWRP(); uint32_t protect_mask = OB_WRP_AllPages - BOOTLOADER_W...