STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi, I'm trying to implement stm32f7 discovery cube package example. (USB Mass Storage) in High speed mode. I inserted microSD card into slot. after i build and load the image into the memory , i can see the files inside microsd card.

but when i start to copy and paste these files to another location . i can not get the true speed. (while writing reading) I mean I choose HS mode (60Mb/s) but transfer speed is too low. I made everything in the readme.txt file. but i can not impleme...

FOzat by Associate II
  • 766 Views
  • 2 replies
  • 0 kudos

Resolved! I2C: Wrong Slave address on STM32H743ZI (Nucleo board)

This is more a bug report than an actual question.I have experienced a wrong behavior of the I2C driver of STM32H743ZI MCU (Nucleo board).What's happening? The driver is simply dividing by 2 the slave address passed as a parameter to the function HAL...

AGour by Associate II
  • 3339 Views
  • 5 replies
  • 0 kudos

STM32H743 Ethernet issue

Got a problem with ethernet on my custom board with STM32H743BIT and DP83848 PHYeverything 'seems' to work, but I see no outgoing traffic from my board on wireshark.Rx working though, screenshots attached.I read an articlehttps://community.st.com/s/a...

0693W00000WJZBtQAP.png 0693W00000WJZBoQAP.png

I am just about to start a journey as embedded software developer, and I am trying to familiarize myself with a STM32L1 discovery kit - the initial feeling is one of bewilderment.

After I successfully attached the board to my laptop and ran the "Press a button to ...." tests my plan was to proceed to the source code of the demo application:To read through the source code to familiarize with it.To compile it on my laptopTo flas...

JHove.1 by Associate II
  • 2456 Views
  • 12 replies
  • 0 kudos

STM32F769i-disco - is there a way to tell if the board is connected to USB like by using vbus or another facility?

I'm really trying to tell if the board is connected to an external comm port to turn off usart sends so they don't potentially backup and slow things down. I know other products expose thinks like vbus sensing? Don't know much about it. I tried to...