STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f030rc AES Encryption

Posted on January 06, 2018 at 08:21Hello everyone,I am using STM32f030rc for my application. In which I want add 128bit AES encryption. For that I am referring STM32_Cryptographic _Examples. I have taken functions from AES128_CTR file. In which I am...

Resolved! STM32F105 - USB OTG - BusFault at 0x1fff7a10

Posted on January 07, 2018 at 10:07HiI try to implement a VCP on a STM32F105RB with the STM32_USB-Host-Device_Lib_V2.2.0I was able to compile the Code sucessfully.My Hardwareconfiguration is the following:Mini USB directly (without series resistors)...

claudio23 by Associate II
  • 1028 Views
  • 1 replies
  • 0 kudos

How to stop HAL_CAN_ErrorCallback

Posted on April 25, 2017 at 20:27My hardware has to disconnect the CAN bus sometimes. When i do the callback HAL_CAN_ErrorCallback will pop up. My CAN bus has to continue work so i clear all flags that i found:__HAL_CAN_CLEAR_FLAG(hcan,CAN_FLAG_EWG)...

Nucleo-L432KC store data in Flash using mbed

Posted on December 15, 2017 at 05:11Hello,I am using my Nucleo-L432KC for a project and my client wants to use mbed online compiler. I am trying to save some variables into the flash memory (because there is no EEPROM) and unfortunately there is no ...

Duy Tran by Associate II
  • 1759 Views
  • 9 replies
  • 0 kudos

Building samples of STM32CubeF7

Posted on November 14, 2017 at 14:13I'm new in this forum. I've got STM32F779I Eval board for one of our product. I've installed STM32CubeF7. I've also installed System workbench for STM32. Then I tried build one of the sample and could not build, i...