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

Resolved! USART Configuration

Posted on May 06, 2014 at 02:22Hello everyone I need to use USART2 from my STM32F3 but I can't make it work. Here is my code. If someone can find my error please help me. &sharpinclude ''stm32f30x.h'' /***********************************************...

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
  • 4515 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
  • 422 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
  • 344 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
  • 652 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...