STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

which STM32 for an 8-channel DAC (f.x. PCM1690)

Hi =)I'm very new in the STM32 world - decided to upgrade from AVR to 32bit and I like the STM32 product series, documentation and community so here I am =) I would like to interface an 8 channel DAC with an STM32, for example a TI PCM1690.My questio...

SLasn.1 by Associate III
  • 1136 Views
  • 4 replies
  • 0 kudos

Stack aligment in STM32f103, bit STKALIGN

HI. I'm trying to understand what is Stack aligment and what is it for. Cortex-M3 has a special bit STKALIGN in SCB->CCR register. Theoretically this bit is set to 1 in new revision of core, but when i look through debugger this bit is clear.I've rea...

sholojda by Associate III
  • 389 Views
  • 0 replies
  • 0 kudos

The debug viewer for Cortex-Mo in Keil, MDK-arm.

Hello.I'd like to activate the Debug viewer for Cortex-M0. (STM32f030R8)I follow the instruction. (I attached the instruction file that I did.)but it did not work.The full code is also attached.Please review all things and let me know what i should d...

DYun.1 by Associate
  • 499 Views
  • 1 replies
  • 0 kudos

Resolved! GPIO data bus speed optimization/recommendation(s)

Greetings embed ProfessionalsRecently taken onto STM32 and getting along quite well so far! Regretting for not having done so earlier so plenty of catch up and "learning to do" (ps. mechanical engineering background here). Learning in particular; I'd...

Mecanix by Senior
  • 1072 Views
  • 9 replies
  • 0 kudos

STM32F411RE Unable to make UART work.

Hello guys.I've been trying to learn how to program STM32 MCU's using registers.This time, I've attempted to configure a basic UART programm in which I would like to send whatever I receive via UART back to the source. Basically an echo program.I'm i...

IRoja.1 by Associate
  • 1018 Views
  • 4 replies
  • 0 kudos

Resolved! stm32l552 bootstrap

Hi,I have a NUCLEO L552 and I would like to run a very simple program (just blinking a led).I have placed my vector table @ 0x08040000 as described by the data sheet. to program the flash I use the J-Link from Segger. What is strange, is that I canno...