STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32L4 SMBus example code

Posted on May 10, 2017 at 15:17Hello All,I want to use the SMBus library written by MCD team. Could you please help me out with sample code to communicate with two microcontrollers?Here is the snippet of my code:/* SCL */ GPIO_InitStruct.Pin = GPIO_...

Niks by Associate II
  • 464 Views
  • 0 replies
  • 0 kudos

STM32L1xx Discovery Example Project

Posted on May 08, 2017 at 21:11I'm currently trying to compile the STM32L1xx Discovery Board Example Project with the Dispaly driving, current meassurement and Touch Bar sensing.I tried to import the Project in TrueSTUDIO on Windows and Linux. Both ...

kbch by Associate II
  • 400 Views
  • 1 replies
  • 0 kudos

How to use SDRAM as Data Memory??

Posted on May 10, 2017 at 07:09Hi guys,i have tried placing SDRAM as data memory instead of internal RAM.But my code is getting into hardfault.what could be the reason??I have attached the modified startup file and system_stm32f4xx.c,startup_stm32f4...

Boot stm32f030

Posted on May 07, 2017 at 22:34HiI'm working on stm32f042 but now I want to use the stm32f030 for memori and cost reason, I see that in the 030 there aren't the boot SEL bit to select by default the flash boot. On my board in boot pin I use a pull-u...

Resolved! Connecting TTL-232R to STM32F3DISCOVERY

Posted on May 05, 2017 at 18:44Hi,I'm trying to connect a TTL-232R USB-UART Converter to an STM32F3DISCOVERY board. I've connected the TX/RX wires on the TTL-232R to PB10/PB11 on the STM32F3DISCOVERY board. I have the board connected to my laptop ov...

CubeMX Error Message

Posted on June 20, 2015 at 20:20  I'm using CubeMX for a f407 project. When I generate the code I get a warning --The Code is successfully generated under c:/dev/MyProject but library creation and copy have a problem.--Does anyone have a clue what t...

Resolved! [CUBE-MX] Annoying behavoiour

Posted on May 03, 2016 at 17:10Hello communityhere they are my 5 cent of opinion about the - otherwise great - Cube MX.I ee that, whenever I regenerate a project for whatever reason (changing clock scheme, using DMA for USART instead of polling etc....

stanzanim by Associate III
  • 890 Views
  • 7 replies
  • 0 kudos

External ADC with 18bits using SPI with DMA

Posted on April 27, 2017 at 12:19Hi,I'm currently investigating how to efficiently connect an 18bit ADC (http://www.analog.com/media/en/technical-documentation/data-sheets/AD7691.pdf) to an STM32L432KC microcontroller. The ADC uses SPI to transmit t...