STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI recieve over DMA works only once in stm32f103 on HAL

Hello. I'm trying to receive data from W25Q128 via SPI. It works good, but too slow, if I don't use DMA. If I'm using DMA, it works faster, but only once, second query doesn't return data.I'm reading flash in main loop once in second this way, when d...

0690X00000AQVGCQA5.jpg 0690X00000AQVOVQA5.jpg 0690X00000AQVWeQAP.jpg
Vthe by Associate II
  • 491 Views
  • 0 replies
  • 0 kudos

Resolved! STM32 controller -0.4V to 3.6V ADC converter

Hello,for an upcoming project I am searching for a low-power microcontroller with a rich peripheral set and the possibility to sample low frequency signals in the range from -0.4V to 3.6V .As far as I have looked it up I will have no chance realising...

SPI slave mode. Getting Started.

I'm in the early stages of a project involving SPI. I need to send data to an stm32f303, from an rPi.I also need to detect, from the rPi, a GPIO based interrupt to then go read from the stm32.rPi is master, stm32 is slave.Can anyone recommend a helpf...

d4 by Associate III
  • 559 Views
  • 1 replies
  • 0 kudos

Resolved! Non-blocking SDIO SD Access - SDIO Timeout

I've been working on making my SD SDIO card access non blocking. My implementation is a derivative from the standard ST SDIO SD driver (stm324xg_eval_sdio_sd).I'm using Protothreads (basically a state machine) to make the SD SDIO calls non-blocking a...

bluscape by Associate III
  • 907 Views
  • 1 replies
  • 1 kudos

STM32F750Z8 and flash loader

Hello everyone,I've just develop my board with this MCU and a QSPI Flash from Micron (N25Q128).The connections suggested by the Cube are:CS -> PB6CLK -> PB2D0 -> PF8D1 -> PF9D2 -> PE2D3 -> PA1Checked them and they are phisically good.I'm using IAR so...

GTrom by Associate II
  • 1106 Views
  • 5 replies
  • 0 kudos

I am having trouble with timers on STM32F1xx series specifically. I can get PWM to work but no matter how the TIM_TimeBaseInitTypeDef structure is defined, the frequency is 1.1KHz. It appears that the prescaler is divide by 64k. What's happening?

SYS_RC TIMER_setup(void){   TIM_TimeBaseInitTypeDef      TIMER_BaseInitStruct;   TIM_OCInitTypeDef         TIMER_OCInitStruct = {0, };   GPIO_InitTypeDef         GPIO_InitStruct;   RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE);   RCC_APB1Perip...

WSchi by Associate
  • 273 Views
  • 0 replies
  • 0 kudos