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

CubeMX toolchain support for Rowley CrossWorks CrossStudio

Posted on August 04, 2016 at 19:11I am starting on a new project and though I would give STM32CubeMX a try.I have entered my custom configuration in STM32CubeMX, but there is no code generation option for the IDE I am using (Rowley's CrossStudio).  ...

dporter by Associate
  • 894 Views
  • 3 replies
  • 0 kudos

Please help choose an evaluation board

Posted on November 29, 2016 at 20:25Hello, I am new to embedded electronics MCU's.However, I am hoping to start working on a prototype for a tactile physical control surface that incorporates a number of simple analogue controls (see below) that is ...

Can driver fault on cortex M4 Stm32f407

Posted on November 28, 2016 at 13:24 Hello, Im using NI Can with labview application that shows recieved messages. the cortex is connected to transciever. Both NI and the transciever are terminated correctly. when im starting to trans...

CubeL4 Eval USB DEVICE CDC standalone - Truestudio 6

Posted on November 25, 2016 at 19:43Fails to compile: ..\..\..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32L4xx\Include/stm32l476xx.h:185:30: fatal error: system_stm32l4xx.h: No such file or directory compilation terminated. I've seen this before - ...

STM32F3Discovery: SD CARD with SPI INTERFACE using FATFS

Posted on October 09, 2016 at 06:06Hi, I am looking to have sd card  interfaced with SPI using FATFS library, I have spent a lot of time trying to figure out how to do it but without any success. Could anyone help me with that? Thanks.

alkuor by Associate II
  • 991 Views
  • 4 replies
  • 0 kudos

SD card using SPI initialization stm32f303 issue with CMD0

Posted on November 30, 2016 at 07:02 I am sending the correct command and I can see it on the scope.However, I don't get 0x01 response(I keep getting 0xff) from SDcard(SDHC)(SanDisk Ultra 40MB/s ...16GB) I am using the following code: ui...

alkuor by Associate II
  • 474 Views
  • 1 replies
  • 0 kudos

STM32F479- AUDIO CODEC PROBLEM

Posted on November 16, 2016 at 10:08The original post was too long to process during our migration. Please click on the attachment to read the original post.

srividya by Associate
  • 525 Views
  • 1 replies
  • 0 kudos

STM32F4- AUDIO CODEC PROBLEM

Posted on November 16, 2016 at 10:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

srividya by Associate
  • 606 Views
  • 1 replies
  • 0 kudos

STM32 HAL I2C Problem

Posted on November 29, 2016 at 10:56Hello everyone,for my current project I am trying to communicate with my STM32F407 Discovery board via I2C. I want to poll different data from it using an Arduino board, similar to a sensor I have. The sensor poll...