User Activity

HelloIm working on a multimaster setup, but having alot of problems setting it up.the processor in use is stm32f765zgThis is my pin setup(msp):SPI2_SCK_GPIO_CLK_ENABLE(); SPI2_MISO_GPIO_CLK_ENABLE(); SPI2_MOSI_GPIO_CLK_ENABLE(); SPI2_CS_G...
HelloIm trying to implement the SPI "multimaster" functionality described in this_doc.SPI networks can operate in a multi-master environment. This mode is used to connect two master nodes exclusively. When either node is not active, they are by def...
When importing my old project from True Studio to Cube IDE I get the dialog where I need to specify the processor in use (see picture).From this dialog I can not move on, no matter what i choose, one of them, all of them or none of them, or in differ...