STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can STM32F4 work as FSMC slave?

Hi, I am working on a design where FSMC interface is used. However, I need STM32F4 device to act as a slave on FSMC bus. Is STM32F4 able to act as the FSMC slave? Thank you.

TOlew.1 by Associate
  • 834 Views
  • 1 replies
  • 0 kudos

STM32 and sim900a tcp/ip

Hi, i'm using an stm32F446re to read modbus rtu buffer from plc using usart1. now i need to send this data to a server using the gprs module sim900a on uart4 via tcp/ip. Any help please???????????

0693W00000YAoQQQA1.png 0693W00000YAokjQAD.png
fchai.1 by Associate II
  • 1006 Views
  • 1 replies
  • 0 kudos

Resolved! stm324x9i-eval example code packs

I have bought stm324x9i-eval in the past.I need a code pack of stm324x9i-eval examples.I'm using Keil uVision5 (MDK-ARM).I really need the stm32f MCU for training, so please help.

0693W00000aHZwDQAW.jpg
KLee.29 by Associate
  • 1065 Views
  • 3 replies
  • 0 kudos

I have a problem with EXTI. I have connected switch with EXTI pin. When the switch is pressed first time it light up the led. But when I pressed the same switch second time it does not light up the led.

void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { if(GPIO_Pin == GPIO_PIN_10) { Switch10 = 1; HAL_GPIO_WritePin(GPIOB, GPIO_PIN_4, GPIO_PIN_SET); } if(GPIO_PIN == GPIO_PIN_11) { ...

cjaya.1 by Associate II
  • 1125 Views
  • 5 replies
  • 0 kudos