I am working to get one F767ZI board (master) to send 1 byte to a second F767ZI (slave). I'm using 4k external pull-up resistors on SDA and SCL. I am trapping errors in the master and they are:After the following code on the master I get "Error 32"...
Hi,In STM32CubeIDE 1.12.1 I right-clicked on a .c file in the Project Explorer view and excluded it from build. Now I want to include it back in my build. How do I do that from the IDE?thanks,russ
My assumption here was wrong (that I should not use the left-bit-shifted address in the HAL function call). It requires it. In my case I assigned a "Primary slave address" to my slave F767 of 30 decimal. So, when my master F767 send a byte it shou...
I thought the HAL I2C functions handle the necessary address adjustments internally, including left-shifting the address by 1 and setting the LSB based on the read/write operation. So, you don't need to left-shift the address manually before passing...
The file I excluded disappeared from the Project Explorer window. When I excluded it I right-clicked on it then Resource Configurations->Exclude from build. How do I get back to the "Exclude from build" window for a file that is missing from the ...