User Activity

HelloTrying to enable SWV for my STM32L431RB (cortex-m4?)But it is greyed out? I have read that it should be supported on cortex-m4.Any suggestions?
MCU STM32F765GZMy Problem:EXTI_LINE_0-4 has separate IRQ handlers but al are occupied.EXTI_LINE_5-9 share the same IRQhandler and also priority. pin 6 is needed with prio 1(brownout mon)EXTI_LINE_10-15 share the same IRQhandler and also priority. pin...
I wonder How Ican change the init value of the spi crc. the only thing I can see that I´m able to configure is SPI_HandleTypeDef *pSpiHandle; pSpiHandle->Init.CRCCalculation = SPI_CRCCALCULATION_ENABLE; pSpiHandle->Init.CRCLength = SPI_C...
HelloIm trying to implement stm32 spi multi-master function on a stm32f765 according to the below presentationI keep getting MODF error when transmitting as a master, that would indicate that the slave sets the masters NSS pin low. Even if I set the ...
Kudos given to