
多DMA数据流问题
stm32支持canfd和dma结合使用吗
NUCLEO-F401RE板卡,连接USB,在KEIL下可以找到ST-LINK仿真器,也可以下载代码。在电脑上看不到NODE_F401RE的磁盘,有知道是什么原因?
程序进入HardFault_Handler求解
stm32h725
STM32CUBEIDE
This example describes how to configure the FMC controller to access the SDRAM memory in low power mode
请问hal库的硬件spi,该怎么修改spi时钟的占空比呀?
STM32407 使用串口闲时中断+DMA方式接收最大接收字节是多少
USB_CDC_HOST 标准库里边USBH_DeAllocate_AllChannel()函数的疑问?
uint16_t RxData5];
uint16_t TxData]={0x12aa,0x2143,0x5678,0xaabb};
HAL_SPI_Receive_DMA(&hspi1, (uint8_t*)RxData, 4);
HAL_SPI_Transmit(&hspi1, (uint8_t *)TxData, 4, 0xffff);