STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! What is the reset value of GPIOx_MODER?

According to RM0433 rev 5 section 10.4.1, the reset values are 0xABFFFFFF for port A, 0xFFFFFEBF for port B, and 0xFFFFFFFF for all the others. This appears to agree with the bits shown in the register table at the end of the chapter. However, in the...

CHead by Associate III
  • 463 Views
  • 2 replies
  • 0 kudos

STM32 - ATA read/write

Well, i need to read data from the hardware that uses ATA interface, my mcu is stm32f407, all is came in my mind is to make software implementaion by bitbang the pins, but ATA has 16 bits data interface, therefore ill need to bitbang each pin connect...

Unknown Usb Device

HiI configured Usb HID Device libraries for my stmF042k..but windows says Usb device not recognised. since F042k dont have a dedicated user usb,so here is my scheme i connected a usb cable to my stm..i left the power cable open because i am not sure ...

0690X000006CGVeQAO.jpg
asim khan by Associate III
  • 395 Views
  • 0 replies
  • 1 kudos

STM32L4R7ZI SDMMC clock polarity wrong?

HelloI have tried to run a microSD on STM32L4R7ZI and run code from CubeMX 4.26.1 to access the microSD card. According to SDCard Physical Layer spec the card clock should have a rising edge to signal a valid bit clocked into the card. But STM32L4 ge...

0690X000006CAlmQAG.png 0690X000006CAlrQAG.png

Get data from ADC

Hello,My aim is to get data from two ADC channels in order to extrat data into a file. I want then to analyze data with Matlab.For now I achieve to see the two signals in my debugger but I can't manage to extract them from there.I am using a Nucleo F...