Resolved! Hide compiler message
Hi all,Is there a way to hide the console-terminated output message?Per the attached imageI need to remove specifically the timestampthanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi all,Is there a way to hide the console-terminated output message?Per the attached imageI need to remove specifically the timestampthanks
hiTo append a CRC32 calculation result, which is computed by the hardware CRC ,I want make the crc result at the end of the bin file , for the purpose of verification during program upgrade.please Give a method,It is best to directly generate the bi...
I am using an stm32 timer calculator ( https://deepbluembedded.com/stm32-timer-calculator/ ) to get the settings for a 20ms timer and got the following values: https://imgur.com/a/oMHS17r which I set for my TIM16 timer.I am using the following code:v...
Previous post here didn't seem to get answered, so I thought I'd ask again.Is there a way to execute code with the XIP framework, but not using the external SDRAM for instruction execution?I'd like to use internal AHB or AXI Ram sections for code exe...
Is it possible to use pb8 (boot0) as I2C1 SCL pin, it seems STM32CubeIDE let's me configure it that way. But how can I prevent issues with the boot function after reset? Since I2C is pull-up level, right?
Hi All,I want to design USB schematic for STM32F105VCT6. I read Introduction to USB hardware and PCB guidelines using STM32 MCUs(AN4879) and it said that STM32F105/STM32F107 has Pull-up resistor on USB_DP line.Question 1Can I design USB schematic wit...
I want a stable version sys_arch.c and sys_arch.h based on µC/OS-III, LwIP only provide example for FreeRTOS.I found follow example, please help to optimize it, thanks #define SYS_ARCH_GLOBALS /* lwIP includes. */ #include "lwip/debug.h" #include "...
Suggest the the product STM32F407VET6 is Fake or Not .. How to find fake products . The lables are not as per in Manual .
How do you call an interrupt hanlder as a result of an interrupt (like systick) in the STM32F4xx library? Do you have to change the value in the vector table to point to the handler manually or how is this handled?
I am trying to use the backup SRAM but get a hard fault when writing to the memory. I have unlocked the backup domain, enabled the backup regulator, and enabled the clock. What other step am I missing? // unlock backup domain HAL_PWR_EnableBkUpAcce...