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

PolarSSL

Posted on June 07, 2016 at 16:48Hello, is the Polar SSL (mbed TLS) Stack running without RTOS ? Thanks in advance Michael

STM32F103 USART - PC receives wrong data

Posted on June 08, 2016 at 11:45 Hi guys, I've implemented the code to send data from STM32f103 to PC with USART interface, but the data that I receive are wrong. This is the code that I've implemented : void RCC_Configuration(...

0690X0000060395QAA.jpg
verdano by Associate II
  • 1129 Views
  • 16 replies
  • 0 kudos

FW repo source files incomplete?

Posted on June 08, 2016 at 08:08I have been trying, with limited success, to create a project in CubeMX and then import the example application files from LwIP HTTP server app so I can start to find a solution for my specific tasks.  In the process ...

SIM800 with stm32f334

Posted on June 09, 2016 at 02:21Hi all;I am trying to send sms using sim800l module with stm32f334&sharpinclude ''mbed.h''&sharpinclude <string>Serial pc(SERIAL_TX, SERIAL_RX); // pc comunicationSerial SIM900(PA_9, PA_10);   //tx, rx SIM 900string r...

SDIO IRQ Being Blocked?

Posted on June 08, 2016 at 18:41I'm having issues with my SDIO Data End interrupt.It's acking like OCCASIONALLY the SDIO interupt it being blocked by the SDIO_DMA IRQ. The SDIO has a higer priority (lower number) interrupt than the DMA.I'm using stm...

Newbie Q: Getting just GPIO to work with STM32CubeF0

Posted on June 07, 2016 at 06:00I am just getting started on STM32 micro-code development for a custom board built around the STM32F072. I downloaded the CubeF0 and was able to build a few sample projects.I now want to extract just the GPIO parts (s...

gaurav2 by Associate II
  • 260 Views
  • 3 replies
  • 0 kudos

stm32CubeMX stm32f407 discovery printf doesn't work

Posted on December 15, 2015 at 10:46Hi all, trying to retarget printf on stm32f407 discovery with cubemx generated code isn't working. Inside main.c i've put:/**   * @brief  Retargets the C library printf function to the USART.   * @param  None   * ...

Labels