STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FreeRTOS, preemption priorities and IRQ response time

Hiin my project I have enabled FreeRTOS, so the NVIC prios 0-4 are reserved for FreeRTOS.I need to generate a highly accurate 1 sec timer interrupt.Is it correct that FreeRTOS interrupts might delay my (cortex) timer intterupt handlers to be called?I...

MK..1 by Associate III
  • 852 Views
  • 3 replies
  • 1 kudos

Resolved! Replacement for STM32F103RGT6?

Hello I have project where is used a STM32F103RGT6 (1Mbit flash and 96 kb SRAM) in LQFP-64 package.Is there a replacement for this MCU with more SRAM and faster clock? I found a STM32F415RGT6 with the same package, bigger SRAM size 192 kb versus 96 k...

MSzła.1 by Associate III
  • 1055 Views
  • 7 replies
  • 3 kudos

Resolved! Unable to receive data using CAN

Hello,  I am using NUCLEO F767 microcontroller. i want to receive data using CAN. I am using CAN2. pins PB12 Rx and PB13 TX. I have tried bunch of things but i am unable to receive data. So, please help me regarding this  Code :  int main(void) {...