EVENTOUT alternate function
Hello,What alternative function EVENTOUT is on STM32G030? It is being mentioned only on pin assignment table without any explanation. At least I could not find any.
Hello,What alternative function EVENTOUT is on STM32G030? It is being mentioned only on pin assignment table without any explanation. At least I could not find any.
I have set PB0 and PB1 as EXTI. Also set pin PB2 and PB3 for EXTI inturrupt mode as well. But for PB0 and PB1 interrupt never occurs whereas PB2 and PB3 always working perfectly. What could be the issue. I have attached the sample code below. Can so...
Reference documents: STM32H755 reference manual - RM0399, ECC implementation guide for STM devices - AN5342I have been implementing a handler for errors triggered by RAMECC on an STM32H755 Nucleo dev board. Testing of the handler has been conducted b...
Hello,I work for an engineering department. For an new development, I want to discover STM32H5 family to nkow whether cryptographic capabilities are suitable for my project.I tried to learn with the wiki by ST, a learning section uses exactly the sam...
I am using B-L462E-CELL1, but truphone does not provide services for LTE-M in my country. So I am trying to use a physical sim instead. How do I diasble the esim to send sms messages via the plastic sim card?
Hello,I'm little bit confuse.I have design a pcb with the STM32F103RGT6 (LQFP64pins) and during a check with with MXCube i have a doubt.My need ( at least :(> 2x TIMx mode encoder.> 2x TIMx pwm mode> 1x TIMx for my program.On MXcube Selector > 14 ...
Hello,Does ST plan to support Matter over WIFI? Is there any EVK which is available to test Matter over WIFI. If yes, please provide us the details of EVK as well as source code.Best Regards,Pavan
I have an Adafruit STM32F405 Feather Express. I am compiling / uploading with Arduino IDE V2.1.0 with Windows 11 64. The board worked well for about a week, but no longer connects/shows up as Port 5 of USB. I was successfully connecting and uploading...
I'm working on a SPI slave right now and found some weird behavior in the peripheral on a STM32g441. The following code is within a GPIO interrupt that's triggered by the CS pin rising. The peripheral clock is 160 MHz and sclk is 1.3 MHz. The spi mod...