Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Erratic USART behaviour using KEIL 5 Compiler

Hi All,I have a project that currently has a blinky, 2 ADC channel on DMA circular which were successfully working .I have now implemented the USART2 on IRQ on my STM32F302 Nucleo. The USART2 is running at 32Mhz and 9600 baud. I have set up the USARt...

glenn0010 by Associate III
  • 1048 Views
  • 5 replies
  • 0 kudos

stack pointer initialization

Hi,I'm pretty new to ARM processor and STM32 microcontroller, so my question is very basic.In the startup file for a SW4STM32 project (eg startup_stm32f446xx.s) the stack pointer is set in Reset_Handler with the lineldr  sp, =_estack     /* set stack...

MViti.6 by Associate
  • 2257 Views
  • 1 replies
  • 0 kudos

First approach to nucleo and TrueSTUDIO

Hello,I'm a beginner in the STM32 world so I bough the evaluation board presented in the step-by-step tutorial (from ST) the Nucleo Board with STM32L476RG, I followed the 5 steps and I was pretty sure to be able to download the example program and ...

LFavr by Associate
  • 1192 Views
  • 4 replies
  • 0 kudos

Stm32 locked in System Workbench

Hello. Today when I was programming my STM32L151CBU6A on System Workbench I get a message like this when trying to release or debug. In STLINK I find option bytes and uncheck protected areas but it doesn't help. Still the same issue. I can normall pr...

0690X000008BOkSQAW.png
MPole by Associate II
  • 447 Views
  • 0 replies
  • 0 kudos

Problem in running a C project for F303k8

Hello AllI have created a C project for 303k8 on TrueStudio, but I get the following messages and the startup file opens rather, upon the launch of debugger:"​No source file named C:\Users\A Yazdani\Atollic\TrueSTUDIO\STM32_workspace_9.1\F303k8-Test\...

Amir1 by Associate II
  • 1083 Views
  • 4 replies
  • 0 kudos

Configuring ADC on Nucleo-F401RE in Arduino IDE gives erratic values for input freq greater than 100Hz

I want to configure ADC on STM32(Nucleo-F401RE) using Arduino IDE and transmit the values through SPI to Basys 3 FPGA(End Goal). The ADC works for input signal frequency only below 100Hz. How do I increase the throughput rate? My project requires con...

0690X000008BIvyQAG.jpg