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

Reversing endianess

Posted on June 03, 2018 at 03:074.4.4 REV, REVH, and REVSHREV reverses the byte order in a data word,For example, if R0 is 0x12345678, in executing the following:REV R1, R0R1 will become 0x78563412,The Definitive Guide to the ARM� Cortex-M3 by Josep...

T J by Lead
  • 3059 Views
  • 4 replies
  • 0 kudos

NEW TO STM32F407 DISCOVERY BOARD

Posted on June 03, 2018 at 09:02Hi Everyone, I m new to STM32F407 DISCOVERY board. Before i have worked with AVR micro controllers. Now i want to develop a wireless home automation application with STM32. Can anyone help me out with the recommended ...

Yadav by Associate II
  • 187 Views
  • 1 replies
  • 0 kudos

SAI DMA Error (STM32H743BIT MCU)

Posted on May 26, 2018 at 08:43 Hello.,.., We were working with STM32F765BIT MCU SAI interface to capture 4 channel audio data and it was working fine , But now we are upgrading to STM32H743BIT MCU(both are same package) and made same configurati...

en.stsw-stm32152 compile error

Posted on June 03, 2018 at 14:48I am running IAR EWARM 8.22.1. Downloaded en.stsw-stm32152 to learn ePaper project on STM32L0538DISCO board. Towards the end of compile, an error pops up complaining that FlashSTM32L0xxx.board cannot be found.Can anyo...

compiling twoo many syscalls.c ?

Posted on June 03, 2018 at 09:10There is syscalls.c in the Project folder generated by the cubeand in the project path, I have syscalls.c in nano libraries.I want to sprintf with floating point, that's why I included the nano libraryTrying without n...

T J by Lead
  • 156 Views
  • 1 replies
  • 0 kudos

Regarding Memory map in keil

Posted on June 02, 2018 at 11:45I want to enable memory map in Keil, to see the memory size of RAM and ROM because I believe that it is due to stack overflow.

krish j by Associate II
  • 291 Views
  • 1 replies
  • 0 kudos

DAC. Arbitrary form signal generation.

Posted on May 31, 2018 at 08:43Hello, dear Community!I'm using DAC to generate oscillogram of a short-circuit in a power line(50Hz). To achieve this I created array of discrete samples in MathCAD with sampling frequency of 4000Hz. In order to feed m...

How to save as a project under workbench

Posted on May 31, 2018 at 20:21Hi there,This is a quite noob question, but I don't know how to 'save as' a project under eclipse/workbench. The purpose is to develop new versions keeping the previous ones. Until now, what I'm doing is to copy the pr...

Labels