2013-02-13 08:21 AM
Hello, I started with the STM32 f0 and I'm interested in the SPI. At first, I initialized two tables (SPIy_Buffer_Tx and SPIz_Buffer_Tx), then I would send the contents of the first table to a third table (SPIy_Buffer_Rx), and the contents of the second table to a fourth table SPIz_Buffer_Rx). The code was compiled successfullyl but when I debug, I've always received nothing in Tables 3 and 4. To connect, I just connected the SCK, MISO, MOSI together between SPI1 and SPI2, and the NCC is Soft.
2013-02-13 09:11 AM
Ok, should we imagine what you did wrong?
2013-02-14 02:24 AM
Any attached files please ?