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 master slave sync problem

Posted on May 29, 2014 at 13:23Hello,I'm trying to use stm32l152 as SPI slave, and communicate with master via PC with USB-SPI device.I've configure SPI2 as slave. Slave clock set to 4MHz.I'm using NSS hardware, and getting ETXI once CS gets low in ...

zoharr by Associate II
  • 1017 Views
  • 3 replies
  • 0 kudos

STM32F030C6 problem SPI comunication

Posted on September 04, 2014 at 10:07Hi, the my problem is comunication with SPI. The configuration SPI is following: /* Private define ------------------------------------------------------------*/     /* Uncomment the size of data to be transmette...

0690X00000602xYQAQ.jpg
u23 by Senior
  • 676 Views
  • 4 replies
  • 0 kudos

Using Eclipse IDE with Nucleo-F103RB (STM32F103) F1 series

Posted on September 08, 2014 at 15:36I've previously being using an Cortex-M3 STM32F105RC to evaluate a project, but I have since purchased a Cotex-M4 Nucleo-F103RB development board and aim to port the project over to the new MCU. I previously had ...

using a block of flash as eeprom

Posted on September 08, 2014 at 08:36 I want to use block of flash(16KB) as eeprom. I am using STM32F205RBT6 & keil 4. What I have to do: 1. Store 5Kb of user data & retrieve it on startup. 2. Flash endurance of 10...

mass storage class and usbd_storage.c

Posted on September 08, 2014 at 16:25I try to make mass storage device with stm32f4 and I don't use SD card. So i take usb device example and change usbd_storage.c#define STORAGE_LUN_NBR                  1  #define STORAGE_BLK_NBR                  2...

STM32Cube Memory Usage

Posted on September 03, 2014 at 19:43I created a very simple project targetting a STM32F042K6 processor.  It includes a USB Device with CDC class as the only Middleware selected.  No other items are enabled.  When I go to compile the STM32Cube outpu...

jon2 by Associate II
  • 2595 Views
  • 5 replies
  • 0 kudos

STM32Cubex and eclipse

Posted on June 02, 2014 at 17:27Hi,I am struggling trying to have a plain empty project to work under eclipse from STM32CubeMX generated code.  Why is there is no option to generate code for eclipse?  What is the procedure to migrate from a project ...

sine generator per AN3126

Posted on September 08, 2014 at 03:06I'm using an STM32F439 up clocked at 168 Mhz. I want to generate a sine wave exactly as outlined in app note AN3126 but I have several questions. 1) In the App note paragraph 2.1.3 it talks about the frequency of...