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

How to set CAN protocol

Hello friends, I am trying to build a CAN protocol with CubeMX I am using STM32F103 and STM32F446 and I did set them by same clock freq, but I couldn't get any data on debug operating.Do you have any simple example that you would send me that.

Zek_De by Senior
  • 624 Views
  • 5 replies
  • 0 kudos

CAN doesn't go to the interrupt func.

Hello friends,I am trying CAN but I am sending something but codes dont go to the ibnterrupt function I will send codes.Any help? interrupt function is in interrupt sectionvoid MX_CAN_Config(){ hcan1.pTxMsg=&TxM; hcan1.pRxMsg=&RxM; sFilterConfig.Filt...

Zek_De by Senior
  • 468 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 F3 Pll stuck

I’ve an weird issue with one of my boards. On the code where the clocks are initialised(it’s the default code generated by Cube), the mcu gets stuck on the line, HAL_Pll_Enable and it continuously restarts the mcu every 6ms. But the same hex file, wo...

Walter3 by Associate II
  • 1629 Views
  • 8 replies
  • 0 kudos

Trouble with SDMMC driver and STM32F7

Posted on June 01, 2018 at 02:17Hi everyone,I'm using an STM32F777 part, with files generated by the very latest version of CubeMX (4.25.1)I've spent the day struggling through issues writing a file to an SD card using the fatfs middleware.  I've pr...

How to measure power consumption for Nucleo-144 board?

I am trying to measure the power consumption for Nucleo-144 board.Here is my configExternal power supply 8VJP6 to VINConnect Fluke multimeter to power supplyConnect multimeter to CN8 pin 15Connect ST-LinkCall HAL_PWR_EnterSTANDBYMode() or LL_PWR_SetP...

External Power supply configuration for L432KC nucleo

When I power my nucleo through the 5V pin, with a 5V supply, the behavior of the controller is not normal. If I power it by USB, it works well. I read the User Manual, have I misunderstood something? What could be happening?

xpp07 by Senior
  • 659 Views
  • 5 replies
  • 0 kudos

Resolved! Is there any documentation on the updated HAL_Can Library?

Hello, I was trieng to use STM32Mat (with simulink) and came across some errors.I discovered that the HAL Library was updated but the STM32Mat wasn't.I'm willing to code everything by hand without using Simulink but I would need documentation on the ...

STM32f303k8t6 Nucleo board with DS18S20 Temp sensor.

Dear all, I want to read the temperature by DS18S30. For that I have downloaded the library for DS18B20 (not DS18S20, because not available) from https://github.com/nimaltd/ds18b20. I have added this to my project in Keil as shown in figure. But it c...

0690X000006BtcRQAS.jpg
ssaho by Associate
  • 520 Views
  • 1 replies
  • 1 kudos