STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F30f4, standard cube configured out of the box software locks up after fixed number of processor cycles. IO looks to resets also. Loops in system memory starting at 0x1ffffed68. Only if sysTick is enabled. Does not get to sysTick interrupt.

STM32F30f4 Does this in debug mode or release with and without STLINK attached via SWCLK Pin 20,SWDIO Pin 19,NRST Pin 4.Using HSI clock and PLL , but tried also without PLL. I've only enabled IO on the standard IO lines available, PA0 -> PA7 Pin 6 to...

PKnel by Associate II
  • 726 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H743 BDMA channel for SAI4 not described in Manual

I am trying to program BDMA of STM32H743 using Nucleo board to perform DMA Peripheral to Memory operation . What I have found a bit difficult is that I could not see any information on Reference Manual , Datasheet or on forum for the mapping informa...

A Maq by Senior
  • 562 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F407 DISCOVERY board CAN example

I have tried to get the CAN peripheral up and running on STM32F407 discovery board.But I am stuck at one point. Inside method HAL_CAN_Init(CAN_HandleTypeDef *hcan), I end up in the HAL_CAN_STATE_ERROR.Is there any example available to test on the dis...

FIT value of STM32

Hello,I need to know the FIT value of STM32F7 Series (STM32F746VGT,etc) to compute the reliability data.Could anyone tell me that information ?Thank you in advance.Toshiya

User.57 by Associate
  • 402 Views
  • 1 replies
  • 0 kudos

using 32 MHz crystall with STM32L011K4

Hi,In a project I need a precise timing so I cant rely on th internal oscilator and want to use a crystal 24-32MHz with MCU. But actually I couldnt find anything about this possibility in datasheet.the sample is 32 KHz that is not good for my applica...

MKora by Associate II
  • 665 Views
  • 4 replies
  • 0 kudos

Why Linker file needs to be modified to use External memory(RAM/Flash) if I can access external memory using communication modes like SPI,I2C,etc ?

I have seen many examples to use external memory as heap but for it they have modified the linker and added section of needed memory. But I am curious if I can access the external memory using standard communication interfaces like I2c, SPI, etc then...

Mrunal A by Associate III
  • 565 Views
  • 2 replies
  • 1 kudos