where can I get a slave SPI by DMA reference code
I've been looking into STM32Cube_FW_L4_V1.15.0 and I can't found any.Thanks in advance
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
I've been looking into STM32Cube_FW_L4_V1.15.0 and I can't found any.Thanks in advance
I am trying to program a USB HID example but when I have uploaded to debug Windows will not recognise the USB device correctly.The windows USB device viewer tool reports the following:-*****************************************************************...
I am using STM32F0 microcontroller for my project with MPU6050. The HAL driver i2c code is working fine for mpu6050 but LL driver code doens't work. I want to use LL driver for i2c. Following is my LL driver code for reading and writing.uint8_t motio...
I have designed and build a PCB with an STM32F4 and an Micro SD card slot reader on it. It has happened to me that multiple times the board works for a while and then it either burns out the STM or damages the SD card, My problem only occur when an ...
I want to test out the DFU on STM32F429ZI-NucleoI have located the Boot loader project.STM32F429ZI-Nucleo\Applications\USB_Device\DFU_StandaloneIn order to have this Bootloader Jump into the App. Do I simply change the FLASH (rx) : ORIGIN = 0x...
I've tried numerous of configurations, initialized pins in different modes, but CAN doesn't reach IRQ handler...it should work after "HAL_CAN_ActivateNotification(&hcan1, CAN_IT_RX_FIFO0_MSG_PENDING)" according to library documentation....the driver ...
Hi,In one of my task, i just increment a one seconds counter variable after read HAL_RTC_GetTime and compare the read seconds value is change or not. It doesn't work until I comment the following line in the HAL_RTC_GetTime function as described in...
Hi,STM32f429IIIn my project , I have connected three number of peripherals in a single SPI line.1) Audio driver2) SD card3) EEPROMAlso I am using these functionalities in different task by using semaphore. In tasks, I had checked the SPI availability...
I need an example project(keil or iar ) for testing cdc on Nucleo l152RE .Thanks
Posted on June 12, 2017 at 17:14I'm working on the audio example and I've made it work with Audio Class 2.0. Device enumerates and ISO packets are received.However when I decided to enable DMA for better performance the TX line is not working. Devic...