Ask questions, find answers, and share insights on STM32 products and their technical features.
Guys this is very popular board. Is there any good source where projects are made using this board(I mean using the peripheral available on this board) are available? So simple applications, Using C or C++? Any IDE.
Hi all, I just got new hardware. As we needed one more pin on our processor, and we always left the JTAG-Reset Pin floating on our last designs, I switched from 5-wire JTAG to 4-wire, which leaves the JTAG-Rest Pin free. Now, I set up my SW environme...
After the firmwared (or power off-on) and after the reset the same program takes a different amount of time in ticks. Find it in my oun code. Then tried to create code in Cube and check it - same thing. Then I checked clocking settings and frequency ...
Hi everyone, I am using stm32f407zet6 MCU and i am integrating SIM7600E GSM module with microcontroller. I want make Over The Air Upgrade of my firmware. What are the steps to be followed to achieve OTA update in my microcontroller. How to achieve ...
Hello, sorry for posting this post again. I have a problem with my code. I'm trying to write a program to take picture from camera and save it as motion jpeg video (MJPEG) in to USB. I build already the header and the structure of MJPEG file but it's...
Hello, Ok have a problem that I would like to over come , I am developing with CAN and the Nucleo st32F446re board.All is working and I can send and and receive packets of CAN data, but..... I would like to implement a more fail safe engine to deal w...
Posted on January 20, 2017 at 19:36Hello, I am new to the CubeMX community and the problem I am having is that when I open CubeMX and try to start a new project all I get is a blank screen where my device selection should be. I uninstalled the appli...
Hi everyone,I am using stm32l4xx UART driver. I can read and write data. I am using HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)HAL_StatusTypeDef HAL_UART_Receive(UART_HandleTypeDef *...
I have a custom bootloader in sector 0,the app created in .net and it communicates with MCU through VIRTUAL COMM POT (HIGH SPEED), when the app starts if its no updates for firmware it jumps to the sector2 where main programm is based. THis works pe...