User Activity

Hi,to clear bit 7 in port C I used a write to the BRR register: GPIOC->BRR = 0x00000080. Did not clear bit 7. A write to BSRR works: GPIOC->BSRR = 0x00800000. Is the BRR register not implemented (seems kind of redundant anyway with having BSRR)...
Hi all,I am looking for Gnu C linker scripts. I found linker scripts inside the Cube bloatware after waiting 2 hours for the download to finish (yes, not everybody has Gigabit internet) but:they don't work with GCC. For example __data_start is not...