I'm trying to find any documentation for the pinout of Nucleo-H755ZI-Q. The GPIO pins for CN12 and CN11 are written on the board but not CN7, CN10, CN8, CN9.How can I know which GPIO pins are connected to which pin on this connector?
I'm trying to create an application that sends information from a sensor connected to STM32WB (P-Nucelo WB55) to another device over BLE via notify. I followed each and every instruction in this video posted by STM, but that application simply doesn'...
HeyLSM6DSV16B is sold as an accelerometer unit that can be used to record vibrations as an audio signal. The datasheet mentions that this audio signal can be placed on the TDM interface, but I doesn't really say how.Does anyone have experience with t...
I have no idea why this code is not working. I am sending chunks of a file with UART followed by short instructions of 2 bytes to tell the MCU whether another chunk is coming or to start playing the file.The MCU receives the first chunk without an is...
The SD card itself seems to work flawlessly with my computer. I tried all the configurations offered in the forum for those who had a similar issue (setting DMA or the interrupt timer) and it doesn't seem to help. Stepping through the function with ...
I think you misunderstood my question. What I would like to know, is which of the pins in CN7, CN10, CN8, CN9 are connected to which GPIO pin, like in this pinout for NUCLEO H743ZI. (NUCLEO H743ZI has the same board as Nucleo-H755ZI-Q, but the pinout...
Hello Frederica, thank you for for your response. The example you referenced utilizes the DISCOVERY_SPC584B board. Would that also be compatible with STM32WB (specifically P-NUCLEO-WB55 USB dongle)?
I did something. I have absolutely no idea what, but for some reason it works now.I wish I could tell what that was so that other people can learn from it, but I guess it's like that sometimes