STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 -FMC - LCD INTEFACE - A19 AS REGISTER SELECT

Hi, When A0 is used as Register select in the FMC LCD interface, ST uses the code below: typedef struct{ __IO uint16_t REG; __IO uint16_t RAM;}LCD_CONTROLLER_TypeDef;/* We use BANK1 as we use FMC_NE1 signal */#define FMC_BANK1_BASE ((uint32_t)(0x...

Asantos by Senior
  • 599 Views
  • 4 replies
  • 0 kudos

I can't get data from CAN

Hi everyone,I'm new using ST microcontrollers and I've began using blue pill development board. My project has to read data from CAN at 250 kb/s. Also I'm using MikroC PRO for ARM to create the program but I'm unable to read any data from CAN so far....

Dayi by Associate
  • 695 Views
  • 3 replies
  • 0 kudos

How to use HAL_SPI_Receive_DMA correctly?

Posted on June 18, 2018 at 15:00Hi,How to use HAL_SPI_Receive_DMA correctly? We need to receive an ongoing data stream via spi. For that we use spi receive with dma. But if we call HAL_SPI_Receive_DMA once before the main loop the HAL_SPI_RxCpltCall...