STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to enable GPIO EXTIx interrupts?

Hi,I need to enable interrupts for pins PJ0, PJ3, PJ4 and PJ5. Why these pins? Because they are connected to the ARDUINO connector (CN5 and CN6) of the STM32H7474I-DISCO board and they all seem to be all free. I have the initialization code (Hopefull...

Louie88 by Associate III
  • 1426 Views
  • 7 replies
  • 0 kudos

Use USB CN13 of the NUCLEO-14 F746GZ board

Hi,I'm started to develop on the NUCLEO-14 F746GZ board recently. My question is: it's possible to read input from device (in particular NFC reader MOD-RFID1356MIFARE) through USB CN13? I tried but the device is not powered. Thanks for your support

DVill.11 by Associate
  • 387 Views
  • 1 replies
  • 0 kudos

I2C slave hangs randomly after many transactions

STM32L432I'm using interrupt mode HAL driver and the i2c slave responses successfully for many transactions but then will randomly hang. Here is the code I'm using, its fairly simple.volatile uint8_t i2cbuf[2] = {0, 0};   static void MX_I2C1_Init(voi...

YPear.1 by Associate II
  • 1247 Views
  • 6 replies
  • 0 kudos

How to read data from MUX using I2C Write/Read

Greetings,I am using STM32L431RC MCU, and I'm trying to read the MUX for reading temperatures using I2C 3 interface, by using the Device address of the MUX, Acknowledge from the device and my data as the parameters in the format as specified in the i...

0693W00000D1FQYQA3.png
RSai.2 by Associate
  • 654 Views
  • 3 replies
  • 0 kudos

Resolved! What is STM32F101VC actual RAM size?

Hello,By documentation STM32F101VC has 32KB RAM, we notice that our project use 44KB of RAM more than 2 years without any issues. What is real RAM size and why in documentation is only 32KB?

GIvan.2 by Associate
  • 529 Views
  • 2 replies
  • 0 kudos