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

doesn't reach infinite loop and stop in interrupt setting

I generated FOC code by 3 shunt from MCSDK5.3.3.the base project comes from STM32CubeExpansion_SPN7_V1.1.0. The MCU is STM32F302R7Tx.Please review below code and respond the error.static void MX_NVIC_Init(void){ /* TIM1_BRK_TIM15_IRQn interrupt confi...

MYu by Associate II
  • 490 Views
  • 1 replies
  • 0 kudos

How to determine the DMA transfer rate?

I am using an STM32F4466 Nucleo board. I am using DMA 2 for ADC1 to memory transfer.My AHB frequecy is 180MHz. I want to know how long does it take to transfer a half word.

SBhav by Associate
  • 883 Views
  • 2 replies
  • 0 kudos

In tryiing a simple "LED flasher" tutorial building for a Nucleo L432KC, get "machine/_default_types.h" build error in Eclipse

19:02:43 **** Incremental Build of configuration Release for project asyncout ****make all Building file: ../Src/main.cInvoking: MCU GCC CompilerC:\Users\mikew-dell\STMicroelectronics\projects\asyncout\Releasearm-none-eabi-gcc -mcpu=cortex-m4 -mthumb...

Basic timer interrupt example?

Beginner requesting an example of a timer interrupt every 20 us. Am using a Nucleo-F767ZI. Not sure if CubeMX is used for this as the interrupt is timer not external?

NCarl by Associate II
  • 1173 Views
  • 7 replies
  • 0 kudos

Why can't i send a specific number with i2c?

I have started writing an i2c driver for the stm32f051c8 and have stumbled upon an issue.The code i use to test a very basic version is: RCC->AHBENR|= 1<<18; // gpio clock enable gpiob RCC->APB1ENR|= 1<<21; // enable i2c1 clock GPIOB->MODER|= 2<<1...

0690X000008Az0ZQAS.png
NBlac by Associate III
  • 718 Views
  • 3 replies
  • 0 kudos

bxCaN 16-bit rx-filter

In the manuals it usually says that the 16-bit filter includes 11-bit STID, IDE, RTR and EXID[17:15]. Does that mean that if standard CAN IDs are used, EXID[17:15] covers the r0-bit and two highest bits of the 4-bit DLC-field? I haven't found that me...