STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Are there any more detailed instructions on how to use the Nx_WebServer application example for the STM32H735G-DK?

I have ported the example code over to STM32H743i-Eval and have it compiling OK. But testing is another issue as there is little information to go on for how to set-up a client PC and connect to the ethernet port on the eval board. I am assuming that...

USB Mass Storage + SPI Flash W25Qxx

Hello,I have a board with STM32F407VET microcontroller, W25Q16 and microSD connector.Writing and reading information from W25Q16 without USB works (using library https://github.com/nimaltd/w25qxx).SD card via USB works (I found an example somewhere, ...

0693W000007CXroQAG.png 0693W000007CXrUQAW.png 0693W000007CXm6QAG.png 0693W000007CXsNQAW.png
Sasha_ by Associate III
  • 1639 Views
  • 2 replies
  • 1 kudos

Resolved! Trying to de-initialize the USBPD library

I'm using ST's USBPD middleware library and have it successfully working as both a source and a sink. However, I have a use case where I will need to de-initialize the USBPD library and reset the state machine back to it's initial state. Ideally when...

RHelv.1 by Associate III
  • 2266 Views
  • 7 replies
  • 0 kudos

how can i convert my simple few lines i2c wire library based arduino code to STM HAL api based code ?

Could someone please help me to convert My tested arduino code on STM32, now using HAL apis to drive same code :#include <Wire.h>int16_t X, Y, Z = 0;const uint8_t STK8321 = 0x0F;const uint8_t startRegister = 0x02;void printAcceleration() { byte accel...

Nverm.1 by Associate II
  • 4062 Views
  • 5 replies
  • 0 kudos