I have flashed my own program on the EVAL board.But I cannot find the an STM32CubeIDE project which ST provided as the factory default.Can you please provide the location for the same or a zip file ?
Hello community,Are there any QSPI external flashes that are directly supported by ST in the form of drivers and external loaders that we can use for our project ?
Hello,I am not able to find the memory map for the processors stm32f777zitx.It tells to refer to product line reference manual what does that mean?I checked everywhere on the internet but could not find it.
So we have a custom board from which we want to read a pressure sensor slave information via SPI.And a similar exercise we have done with the NUCLEO board as well. NUCLEO756Z.On the Nucleo the code run for a short while and then after half an hour it...
I reduced the speed of the SDcard to 400kHz and mounted it on a nucleo board. Still did not do it on the custom board. I now have the feeling something is not right with the custom board.
I did order a nucloe board and connected an SD card reader to it where I did see that it was connected in the 1bit mode but it was not connecting in the 4 bit mode.When I am trying to enable the 4 bit mode then it is returning HAL_SD_ERROR_REQUEST_NO...
Yeah my bad but a very queer thing happened. I am getting 0xFFs on the SPI5, SPI4, SPI3 but when I connected the sensor to SPI1 the code worked without change in any logic just the name of the SPI. That I dont seem to understand. Atleast the sensor i...