Resolved! STM32G and STM32F differences?
How do these series differ from each other? Especially "Cubewise"?Are there notable differencies in the Atollic/Cubeide user's point of view?Is this G4 basically F3 with F4 core?
Ask questions, find answers, and share insights on STM32 products and their technical features.
How do these series differ from each other? Especially "Cubewise"?Are there notable differencies in the Atollic/Cubeide user's point of view?Is this G4 basically F3 with F4 core?
Hello everyone, i have a problem about this condition, i use it for transmit a only one character to a function ( ChooseMenu )Actually i convert decimal to ascii with if condition.. if (__HAL_UART_GET_FLAG(&huart3, UART_FLAG_RXNE) == SET) { ...
I understand that, in order to put the F750 to sleep AND reduce power supply heat during sleep, we should use:HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);WFI();But I have not read what happens when the CPU is not sleeping (du...
Hi :) I am trying to play audio from an SD card to the built-in DAC of my Nucleo-F446RE.I am using DMA, and one buffer of 10240 size, which I want to update continuously using the Transfer Complete / Half Complete callbacks.The code is quite simple, ...
HiI am currently trying to create a delay function on my STM32F407 discovery board using a free running timer (I used TIM6 for this purpose). I set my counter clock frequency as high as possible and my max counter value to 0xFFFF. Based on my calcula...
I want to use STM32 as ECU(VCU) for my formula student Electric Vehicle. I am using Orion BMS and DTI motor controller.
I would like to call C++ function from C file. How to do that.I have C++ function call Cpp_func() in test.cpp file. In test.h file, I declare as extern "C" Cpp_func(void); This gives me error that expected identifier.
Hi!I am struggling while using the DAC of my STM32F446RE with 12 bits resolution. I want to output the value of a variable (val_av) after some calculations on the STM and collect it with a data logger. At the beginning, I had a data logger with digit...
Hello,does anyone use ZLIb in their STM32?I having some problems and I wish for help...Thanks.