#include #define P27 1u << 27 int main() { PIOB->PIO_OER = P27; while (1) { PIOB->PIO_CODR = P27; PIOB->PIO_SODR = P27; } }