EXTI11 with SPI1 on STM32U575
I am using the gpio interrupt (EXTI) and trying to tie with SPP1. Only EXTI4_TRG and EXTI9_TRG are defined in stm32u5xx_hal_spi_ex.h for group1. Is that possible to define EXTI11_TRG in the group1?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using the gpio interrupt (EXTI) and trying to tie with SPP1. Only EXTI4_TRG and EXTI9_TRG are defined in stm32u5xx_hal_spi_ex.h for group1. Is that possible to define EXTI11_TRG in the group1?
Hello,I have an STM32F373 and setup a master uC and slave uC to communicate over SPI with DMA enabled. I send a fixed packet size of 10bytes and have set the DMA size to 20bytes in case I need a double buffer for my solution. I enabled a SS/CS out...
Hello,I am considering using 2 STM32F373 in my project. One uC will be for a control panel, and the second uC will accept commands to produce DAC and PWM output. What is the best way to have them exchange data? Should I use SPI? I see i2c is not ...
Hi, I was facing one issue..while running firmware in my device (stm32f4)in the middle suddenly controller got restarted, when I checked that RCC reset status register and I got to know that power on reset ,but I didn't restart my device only , May I...
Hi everyone, I am a bit confused about this.In STM32CubeMX tool, I configured SDRAM 100MHz, the tool GUI shows result 100MHz as well, then I generate code then test.I check SD clock pin, it is 10ns on each single clock, no matter the clock is high or...
para aplicar i2c alternate function open-drain GPIO_InitStruct.Pull = GPIO_PULLDOWN o should be GPIO_PULLUP (what diferencetween both) and uart alternate function push-pull should be pull-up or pull-down what diferencetween both?
Hello,I am relatively new here and would like to try to design a STM32H747AI board with LiPo battery power supply for wearable devices with features like OLED microdisplay, WiFi+Bluetooth and GNSS module. Since I would like to run a GUI on it with sm...
Does the STM32 NUCLEO BOARD STM32F446RE have internal pull-up resistors for I2C communication?
1. I am implementing a custom extended kalman filter function. The program on running hits HardFault handler on the 4th iteration (prediction function).2. Cortex-M4->CFSR = 0x8200 (BFARVALID=1)3. BFAR holds : 0xa5a5a5a5I am not able to understand whe...
Posted on November 11, 2015 at 17:50 Hi every one, especially Mr.Clive, today i have problem with CAN FILTERS i want to allow all IDS from 100 to 1FF in other words block all messages after 0x0200 here is my code, Please help me, Thanks in...