User Activity

Hi,I wrote a code with stm32f407vg board on stm32cubeide.There was no error in build, but when I run this program, there is error like title.The full contents in error message is:Error in final launch sequence:Failed to start GDB serverFailed to star...
Hi, I'm here to seek help.I would like to represent multiplicative inverse in GF(2^8), using textLCD in mCube cortex m4 with stm32407vg.I'll use functions, unsinged char xtimes(); and unsigned char inv(unsigned char a);And also, I want to represent r...