STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug in HAL_ADCEx_Calibration_Start

The function using ADC_CALIBRATION_TIMEOUT. This timeout is defines as:/* Fixed timeout value for ADC calibration. */ /* Values defined to be higher than worst cases: low clock frequency, */ /* maximum presca...

SIM900 question ?

Dear Members,I want to test my SIM900 module,Do I need something more from this code ?printf("TEST SIM900\r\n"); //usart_pstr("AT\r\n"); target =0; //UART1 selected printf("AT/r"); HAL_UART_Receive(&huart1, (uint8_t *)&RxModem, 8,100); ...

How to program an STM32 ARM micro controller

Hi guys, I have a project where I need to use STM32 ARM processors I want to be able to program a bare chip of STM32's ARM Microcontrollers on my breadboard. I have a ST link V2 as the programmer. I would like to know what software (for free only)/ap...

Sashvat by Associate II
  • 2830 Views
  • 15 replies
  • 0 kudos

DMA to/from external SDRAM

Using the STM32F769 Disco, I've enable the external SDRAM using the FMC and can read/write that memory.I also have both SAI audio and microSD interfaces working with DMA, as long as the memory target/destination is internal SRAM. However, DMA transfe...