STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use FMAC only with CMSIS (STM32G474RE)?

Hi! I need to use FMAC peripheral without any HAL or LL. So, according to RM0440, and AN5305 i`ve got code that works just fine for FIR and IIR filters, but only with coefficients that less than 1. For example, i divided both A and B coeffs by 4 and ...

Resolved! Suggestion regarding FOTA with stm32f405 and gsm module.

Hello,I wanted to know some suggestion regarding a project, and adding FOTA support in it.The project is stm32f405 based and it configures the gsm module as a server and one can make request and get response using https request.I wanted to update the...

Manny by Associate III
  • 647 Views
  • 3 replies
  • 0 kudos

Resolved! Nested the same Interrupt on STM32F446RC

Hello community,It is possible that an interrupt will be nested over itsef?I mean, I have one interrupt EXTI0_IRQHandler() and inside the interrupt I am waiting an event that requires the execution of the same interrupt. I read the PM0214 and it is s...

VAlar.1 by Associate II
  • 911 Views
  • 4 replies
  • 0 kudos

How to save const data array in STM32F7 QSPI memory?

Hi,I am using STM32F746G_DISCOVERY board.In the QSPI_PreInitConfig example, how to put const array data to QSPI flash? I try to declare as follows, but cannot pass compiler. error: 'img2' causes a section type conflict with 'GpioToggle'. I notice th...

JChen.24 by Associate III
  • 810 Views
  • 7 replies
  • 0 kudos