hello everyone, I have a small mistake when I want to make something like the photo, it give me error what is the problem, If anyone help me, It is very good for me, thanks.
hello everyone, I have question about SPI. I want to send 5 data repeatedly using hal_spı_transmit() function that means first data that will be send is pointer addres later the value will be send , first data is written to SPI->DR but secondly data ...
Hi guys! I have a trouble about STMCubeIDE, I installed and created a project, Later, I received this two error ; c:\st\stm32cubeide_1.8.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.20...
CS_LOW;
HAL_Delay(50);
HAL_SPI_Transmit(&hspi1, yaz, 1, 100);
HAL_SPI_Transmit(&hspi1, &IOCONADRES, 1, 100);
HAL_SPI_Transmit(&hspi1, IOCONDEGER, 1, 100);
CS_HIGH;a short part of my code is like this, I ...
I try to send 5 data one by one using transmit in order that make configuration setting of mcp23s17 firstly chip select pin is felt to reset later I send my data later chip select pin is risen to set but when I make debug, I can not see each data in ...