STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

External interrupt not working. Why?

Hi. I have two sensors connected to an STM32f410r8t6, where they send a high signal whenever new data is ready to be read. Pin connections are as follows: PC9 (GPIO_EXTI9) -> INT_IMU2PC7 (GPIO_EXTI7) -> INT_IMU1I have them setup as follows in the ioc...

0693W000006ERm9QAG.png 0693W000006EReBQAW.png 0693W000006ERsMQAW.png
VSøby.1 by Associate III
  • 3735 Views
  • 2 replies
  • 0 kudos

SPI - SDO long tail

Hello,I am having problems with STM32C8T6 interfacing with TI ADS8317.Long tail at SDO line (first & second image)The seperation time between each byte is always significantly long (not sure if this is a problem) ( second image)Second image is the en...

0693W000006EMfSQAW.jpg 0693W000006EMgpQAG.jpg
YChen.41 by Associate
  • 532 Views
  • 2 replies
  • 0 kudos

STM32H745 Extenal Flash QSPI

We are using STM32h745XI board with external memory. But the DISCO board has two QSPI flash 64MB each and total of 128MB. Where as in our custom board we used only one chip as 64MB.But in the project file there is no flash algorithm file for 64MB onl...

YSN by Senior
  • 323 Views
  • 1 replies
  • 0 kudos

Hi, I use STM32F746 to build a modbus environment which connected to RS485 bus.I use as DE-RE pin is not a specially defined alternative function pin, so I defined it as output pin.However I am having a problem receiving the packages I send.

USART3TX--PB10RX--PB11DE-RE--PE15 /*Configure GPIO pin : PE15 */ GPIO_InitStruct.Pin = GPIO_PIN_4; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_MEDIUM; HAL_GPIO_Init(GPIOC, &G...

Bilge by Associate III
  • 411 Views
  • 0 replies
  • 0 kudos

How to Enable Analog Audio in STM32F769I Discovery Board ?

I have a Demo application based on the Audio Playback and record example program . This example defaults to using the onboard digital mics.  I need to use the analog mic/CN6 Line in (blue) jack .  I made changes to use the INPUT_DEVICE_ANALOG_MIC. T...

PR.6 by Associate II
  • 410 Views
  • 0 replies
  • 0 kudos