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

how would i turn this into 4 bit mode?

Posted on December 20, 2017 at 14:06[code]#include 'lcd.h' void lcd_delayus(unsigned int us) //blocking delay for LCD, argument is approximate number of micro-seconds to delay { unsigned char i; while(us--) { for(i=0; iBSRR=(0xff<<(LCD_D0_pin+16)); ...

j g by Associate II
  • 241 Views
  • 0 replies
  • 0 kudos

sd-card fr_disk_err

Posted on December 18, 2017 at 14:20hi....cubemx ver 4.22.1 is compatible with firmware package 1.16.0 .....even though it is not working properly for sd-card operations.   i have executed open/read/write operations correctly first but then again ge...

gdb error ''Cannot find bounds of current function''

Posted on December 20, 2017 at 11:54 When debugging my STM32F4-Discovery using gdb on command line, my gdb complains that 'cannot find bounds of current function'. Could anyone please help me understand the problem and cause? I generated a pro...

M. Jeong by Associate II
  • 1002 Views
  • 0 replies
  • 0 kudos

Error while sending data on UART continuously

Posted on December 19, 2017 at 06:43I am interfacing ESP8266 with my Murata LoRa board(though not using LoRa), so let us just say I am using STM32L072CZ with ESP8266 connected on UART1(Pin9,10). I am seeing a strange behavior from STM UART.The code ...

stm32L073 uart2 flash loader

Posted on December 13, 2017 at 08:23I have a nucleo-L073RZ board.Boot0 port, Flash loader is being used to download the firmware.Connecting with USART1 (PA9, PA10) works well.However, it can not be connected to USART2 (PA2, PA3).In the AN2606 docume...

Resolved! Determine CPU Type at Run-time

Posted on December 19, 2017 at 20:59Hi,I am developing an application that will be targetted at a number of STM32F/STM32L hardware platforms and wondered if it was possible to determine the CPU type at run-time. CPUID is useful to determine ARM core...

dsjnews by Associate III
  • 705 Views
  • 3 replies
  • 0 kudos
Labels