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

how dose the PC run to startup.s when the mcu reset

Hi,dear enginner:  i want to know how the PC run to startup.s when mcu reset?  The Definitive Guide to the ARM Cortex-M3 says address 0x00000000 is MSP‘,address 0x00000004 is ResetVector.  But when I look at STM32F767, I find that 0x00000000 and 0x4 ...

xshen by Associate II
  • 1604 Views
  • 3 replies
  • 0 kudos

I am using STM32F401RB controller. Iam using external oscillator of 8MHz. The HSE and PLL mode is used. When i try to run the program, it hangs and no output. When I configure the internal oscillator it works fine. Please let me the solution for this.

I have called the three functions as: HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); HAL_GPIO_WritePin(GPIOC, GPIO_PIN_6, GPIO_PIN_SET);when debugging it either jumps to hard fault or hangs.The SystemClock_Config() is as follows:void Syste...

NSury.15 by Associate II
  • 1512 Views
  • 4 replies
  • 0 kudos

ArduCam on STM32L476RG

Hello. I'm a student and need to do some project with STM32L476RG board. One part of the project is to use ArduCam 2 MP. So, i'm looking for a code that i can use.

LEssi by Associate
  • 1305 Views
  • 2 replies
  • 0 kudos

UART - reading data from UART1 and sending it via UART2.

Hi, I have some problem with UART. I configured two uarts (UART1 and UART2) both of them are working in DMA mode. I want to send data from PC to mcu-UART1 and after receiving it the same data should be sent to UART2. I prepared test env and almost al...

How do you setup ITR0

I see that those ITR0 .. 4 are connected somehow to timers you can use it as timer trigger.How do you set it up working. Can somebody provide sample code ?I want faster timer to control (start, stop) with slower time. I have spent a few weeks experim...

MNapi by Senior III
  • 2122 Views
  • 2 replies
  • 0 kudos