User Activity

I removed the STlink of the NUCLEO F722ZE board and wrote it, but there was a clock error, so the program itself is not working It worked normally when there was Stlink, but it's not working I set it to HSI and used it, but it didn't work, so a clock...
I briefly changed the option byte setting through CUBE ProgrammmerIt was changed well before, but I tried to change the DMEP setting and return it because I couldn't want it, but an error occurred and it is not changing The error appears as follows, ...
 I was making a project with CUBE IDE and compiling it on the board, and I got this error while compiling the project I was doing on the new board.No source is available for "Call Signal Handler"() in 0xfffffffe.I'm sure they're using the same CPUI c...
case 1time_t Timestamp;Timestamp = gettime();uint8_t *data_ptr = &body_q[1];for (int i = 1; i <= 4; i++) {body_q[i] = (Timestamp >> (8 * (4 - i))) & 0xFF;}            break;        case 2:         memset(time_check, 0x0, sizeof(time_check));         ...
I deleted the contents because I set the wrong writing label I'm sorryI can't find a place to write
Kudos from