STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Receive in Canbus

Posted on January 01, 2018 at 22:29aHello friends ,I have a few questions about Receive in Canbus if i want Receive message with interruption I must use HAL_CAN_Receive_IT  How can i Be aware of the existence of a new message ? How can i set device ...

Pedram by Associate III
  • 374 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F4: How can I move code into fast RAM?

Posted on December 31, 2017 at 10:23So far I've been using the STM32F722, but I'm planning to switch to either STM32F446 or STM32F429.On the F722, I moved speed-critial code to ITCM RAM. The F4s don't have ITCM RAM, but an ICache and/or CCM. How do ...

IAP and External flash

Posted on December 29, 2017 at 04:46I have 2 questions -Q1:Can IAP be used to update the internal flash from an external flash.  Here is what I want to do:   1) Download code to the External flash from a remote location.  Such as Wifi OTA   2) Have ...