STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 faster using floats than using uint32_t

I made following two versions of the same software to process DMA data, one using floats and the second using uint32_t to try run faster, but as a surprise the first one run faster:  //161 void process_data_ADC1() { float samples1=(2.0f/(float)ADC_B...

JLope.11 by Associate III
  • 780 Views
  • 4 replies
  • 2 kudos

iec62056-21

hello guys does anyone have a implantation of iec6256-21 for st mcus ??i saw a pdf from st that suggested Andreas anformatique implantation but i couldnt find it note: im looking for a library for server or metering device side not for handheld devic...

ap.1 by Associate II
  • 491 Views
  • 2 replies
  • 0 kudos

Commercial use

Hello, Can the following licenses be used free of charge by a company for commercial purposes? Cube IDE https://www.st.com/en/development-tools/stm32cubeide.html   Cube Mx https://www.st.com/en/development-tools/stm32cubemx.html   CubeProg https://ww...

I have Doubts about NVS(Non volatile Storage) topic

Hello Everyone,I create a NVS_Driver in STM32 controller, I have Doubts about the NVS, Can you Help me, I am Confused about How to make an NVS_Driver (Read, Write) Operation, Can you give some tips to create that,--> some doubts--> How to send the NV...

Mohan30 by Associate III
  • 356 Views
  • 0 replies
  • 0 kudos

Resolved! About H503 I3C

I have 2 NUCLEO-H503RB board.example 1->>>>Board 1, I3C1 is contorller.Board 2, I3C1 is target , I3C2 is target.Controller boardcast ENTDAA message , target1 can receive , but target2 can not receive. example 2->>>>Board 1 , I3C1 is controller , I3C2...

Sunwaz by Associate III
  • 691 Views
  • 3 replies
  • 0 kudos

Resolved! Stm32 software tool

Hi !  I am very happy to start STM32F1 Series  for IOT projects. So i have experience of arduinoide software tool and STM32cube is new for me so which one will be best for smooth work ?

Piyoosh by Associate II
  • 1146 Views
  • 6 replies
  • 9 kudos

Problem with option bytes set from program level- G0B1

Hi! I have problem with setting option bytes from program. Setting OBs from Cube Programmer working good. MCU im using is STM32G0B1.  I found and implement this function:   HAL_StatusTypeDef optionByteSetBootFromPin(void) { FLASH_OBProgramInitTypeD...

BPrac.1 by Associate II
  • 1480 Views
  • 3 replies
  • 1 kudos