STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is it possible to monitor the file copy status by the program in MSC mode? Like file copy from SD card is in progress, file copy completed etc? If yes, what is the method?

I am using stm32 L4 family microcontroller. I enabled MSC mode to copy files from SD card mounted to device to PC. But I want to know how can I monitor the status from my code running in MCU? My program should check whether file copy in progress, com...

VKuma.13 by Associate
  • 467 Views
  • 2 replies
  • 0 kudos

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
  • 372 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...

Has anybody tried using CubeMx v5.0.1, Windows 10, STM32 embedded target for MATLAB® and Simulink® release 4.4.2 and Matlab 2016b in their code generation examples?

I have tried using the examples to generate the code , but it seems it does not create an MDK-ARM project. I only see the Matlab generated files but no MDK-ARM project which I can flash directly to the device.I was previously using Matlab 2015b, Wind...

jessica by Associate II
  • 471 Views
  • 3 replies
  • 1 kudos

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
  • 434 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
  • 677 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
  • 760 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
  • 202 Views
  • 0 replies
  • 0 kudos