STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am using STM32H7A3 board and integrated an SD card using SPI. I am trying to transfer a large file and found that in first card if the number of sector to read is coming as 64, read works upto sector 36.

After 36, it will give error and exited from code.I tried another card , the code will set the sector count to 16 and loops through it to make the read complete. As i am trying a large file, its taking so much time.I just want to know, is the se...

JJoy.1 by Associate III
  • 627 Views
  • 1 replies
  • 0 kudos

USB VCP with STM32H7 does not work correctly

Hello everyone, I have a Project with STM32H745(Nucleo-H745ZI-Q). in this project I need to send data periodically to PC over VCP. I have configured everything and it works fine. But when I connect the device to the USB on the front side of my PC, th...

NTaha.1 by Associate II
  • 442 Views
  • 1 replies
  • 0 kudos

STM32 Nucleo-F767ZI Ethernet Port Not Working

Hello,I have already tested a Webserver on Nucleo-F767ZI and it was working until yesterday.Now I am unable to get Ethernet communication working. When a LAN cable is connected I see that only orange LED of RJ45 connector of nucleo is on. The green L...

ab_nurd by Associate II
  • 1109 Views
  • 4 replies
  • 0 kudos

Resolved! MOSI data during HAL_SPI_Receive operation

I'm using Nucleo-F767 with IAR IDE. I have created project using STM32CubeMx v6.3.0.I want to send one byte over MOSI and receive 27 bytes of data from SPI slave device on MISO. I noticed that random data is seen on MOSI line from 2nd byte. How to ma...

0693W00000D1cf2QAB.png
S.Kamath by Associate II
  • 657 Views
  • 2 replies
  • 0 kudos