User Activity

HelloI am trying to merge USB CDC code into an existing code which is a Keil multi project code. I am using the USB CDC code generated by stm32cubemx for data transmission and reception testing. The multi project is position independent build and whe...
Helloi need some help in transfering 24 bit 3 channel adc captured data via uart. SPI based ADC sampling rate is 4ksps i.e. I get dataready interrupt at every 256usec . The total bits per second would be then 4000x9x8 equals 288000.Can anyone help me...
Hello.I am trying to learn about DMA with spi. I tried HAL library which worked fine for me, I tried the LL Examples (stm32L4x) provided in repository which worked fine when i am reading once with loopback. Now i am trying to use a full duplex master...
HelloI have been working on some project which require external interrupt (EXTI). It is a custom PCB with stm32L476vgtx MCU. I am able to verify interrupt via HAL library but unable to do so with the LL driver library. I have used the repository exam...
Hello , wanted to interface QSPI dual flash with STM32H743Zit6 . The External Flash memory i am using is sst26vf064b . I am having 2 of this Flash memory on my hardware Can anyone help me with the same?I am trying to read the ID dataFirst -- With SP...