STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

usb mass storage with sd card

Posted on March 02, 2017 at 06:43hello all,i am working on stm32f4-discovery board.i have implemented usb mass storage with sd card in sdio 1-bit.my usb is now showing as drive but in device manager it showing as mass storage.so what could be the pr...

Resolved! STM32CubeMX 4.18.0 bug in .cproject

Posted on December 05, 2016 at 21:23I use CubeMX on maxOS to generate projects for SW4STM32 then run a https://github.com/baoshi/CubeMX2Makefile to generate a Makefile for the gnu gcc toolchain. This worked fine on MX 4.16 and 4.17 but it broke toda...

Resolved! STM32L4 PWM with LPTIM

Posted on March 01, 2017 at 16:29I'm working with STM32L475 and I'm using LPTIM to create a PWM signal. LSE clock is used (because I will use Stop mode), and period is set to 31 in ordet to generate 1kHz signal. PWM is working fine and dutycycle is ...

STM32F746 CAN Transmit Code hangs

Posted on January 03, 2017 at 14:56I am having some trouble with CAN on the STM32F746 DISCO board.I have a can transceiver connected to PB8/9, but eveytime I try an put a message on the bus, the code just freezes.I have hade this once before the the...

FATFs f_open ?

Posted on February 25, 2017 at 23:02Everybody,Why isn't my f_open working properly ?I tried the example from UM1718 but stack on f_open.Is SDIO initialized properly ?here's the code :/TEST SDIO beginif(retSD == 0)            {                printf(...

Coupling between GPIO lines

Posted on March 01, 2017 at 15:28Hi,I have a strange issue with GPIO on Nucleo-64 stm32F401RE.I implement SPI protocol on it and each line of the GPIO is perform very well.While I connect a bride to those pins the data line make the EN line noisy. I...

nirb by Associate II
  • 611 Views
  • 4 replies
  • 0 kudos

Resolved! two USART configuration failed (USART3 problem)

Posted on March 01, 2017 at 15:27Hi,Here is my code for configuring two different usart but my USART3 doesn't work properly and USART2 works fine.(I remap both of them). what is my mistake that I didn't pay attention?Problem: I don't have any signal...

parisa by Senior
  • 595 Views
  • 6 replies
  • 0 kudos

Problem measuring two signals frequencies

Posted on February 28, 2017 at 08:47Hello everyone,I would like to measure frequency of two different signals using STM32Fxx timers'but i have problems setting two different timers to work simultaneously .thanks for your help.

STM32F103C8T6 SPI communication with ADS1220 stops

Posted on March 01, 2017 at 01:17Hello,I'am using and STM32F103C8T6 development board to communicate via SPI with ADS1220(Analog to Digital Converter). My code needs to read the buffer of the ADS1220 at certain times. When i run the code the SPI wor...

bla vbla by Associate
  • 725 Views
  • 3 replies
  • 0 kudos