STM 32f042 lin and can , any developer here
HiI need one developer for this board STM 32f042 with lin and can busto transpose an arduino libraries to this stm.Waiting .Thanks in advance
Ask questions, find answers, and share insights on STM32 products and their technical features.
HiI need one developer for this board STM 32f042 with lin and can busto transpose an arduino libraries to this stm.Waiting .Thanks in advance
Currently I am trying to use ibis model for simulation. I found ibis model file provided by STMicro and try to use them. But I could not figure out which model pointed by model selector I should use. For example, there are 24 candidates of the model ...
Context: I'm writing my first STM32 "from the ground up" project. Notepad++ and GCC in command line (Windows 10) are my IDE. I've never done this before, so I'm learning ropes, taking first look into assembly (but keeping own assembly to a minimum, C...
Hi all!Currently, I create one project STM32F103 MCU with RTOS by Cmake and I got the issue when I compile the project. That is "Too many levels of symbolic links".My cmake version is 3.22.1.I would like to send you my CMakelists.txt file. Please che...
I would like to do UART communication using nucleo l4r5zi.I would like to do the pin setting, but I do not know how to do that.Please let me ask the following two questions here.1.Is my understanding correct that the pin settings for CN7, CN8, CN9 a...
I was trying to flash stm32f722ret6 via DFU mode. DfuSe Demo typing successful status but firmware doesn't update.But when I download .hex file via ST-LINK a firmware works. What could be the problem?
Hello,I am working on a project in which i have to save my sensor readings in STM32G030F6's internal flash memory with time stamps. For that i am using STM's internal RTC to get the time and date. But problem is that i can't write data into flash if ...
I've been working on the STM32H730 processor and have been struggling to get the FDCAN peripherals to switch between classical CAN and CAN FD for transmissions. It seems that when I'm transmitting as classical CAN everything works fine. Then when I s...
I wrote my own FIFO class that doesn't use dynamic memory allocation as far as I can tell. It has been working fine until I tried to increase the size of an array in the struct that my class puts in the FIFO. Here's the FIFO.hpp file:#pragma once ...
HiI am trying to enable the SWO to debug with printf. I have a NUCLEO L496ZG board. The ITM_SendChar function seems to get called but no data on the ITM console. What am I doing wrong?This is the main.c code:/** *************************************...