Hello I am working with the STM32f4 development board. I'll make one LIN(Local Interconnet Network) master and one LIN Slave instance but I don't have any example. Has anyone created a sample code? or ST?
Hi AllAs to GPIO EXTI interrupts:Does the stm32h7 supports level interrupts?or just edge triggered interrupts?According to arm cortex m7 specification it should, I don’t see it on the ST documentation.What happens if I use a level triggered IO which ...
HiI'm about to be using the STM32H743 to a project, were is should communicate to an 8 bus parallel ADC. Is there maybe someone who can guide on how this can be done, maybe there is an example, tutorial or other documentation of how this can be done ...
Hello,what is the value of USART->DR (RDR) is read twice after receiving a byte? E.g.Byte 0xFF received, RXNE flag set.DR is read into variable, RXNE is cleared, the variable contains 0xFFDR is read into variable, the variable contains ?Does the DR h...
The CAN bus transmit some raw data at 500Kbits/sec and is transferred via transciever to pins PB8(Rx) and PB9(Tx).I tried to configure the followed values from the cubeMx platform (since my CLK on APB1 is 42MHz): prescalar=6, TimeSeg1 = CAN_BS1_11TQ,...
Hi, I'm using STM32F373 for my project. When I'm using core freq >=36MHz everything is fine. But I need to decrease core freq for power consumption. When I run project with 12/24MHz Hard Fault is occurred in 1-5 secconds. Times is randoms. (Of course...
I have STM32L073RZ. I'd like to load my code through the USB connection (PA11 and PA12 pins). When I use the Nucelo Board NUCLEO-L073RZ the Peripheral Manager detects the board as "STMicroelectronics STLink Virtual COM Port COM6)". I would like to by...