STM32F303VCT6 original or fake?
Hello! I have bought STM32f3discovery kit from online shop. Is this kit original or fake?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello! I have bought STM32f3discovery kit from online shop. Is this kit original or fake?
STM32F30f4 Does this in debug mode or release with and without STLINK attached via SWCLK Pin 20,SWDIO Pin 19,NRST Pin 4.Using HSI clock and PLL , but tried also without PLL. I've only enabled IO on the standard IO lines available, PA0 -> PA7 Pin 6 to...
Hello,I have one custom board using STM32H750 MCU. Everything was working perfectly until while doing some testing my code is not launch anymore. This is the second board that was working and stop working for "no" reason. On the first board, after an...
I am trying to program BDMA of STM32H743 using Nucleo board to perform DMA Peripheral to Memory operation . What I have found a bit difficult is that I could not see any information on Reference Manual , Datasheet or on forum for the mapping informa...
I have tried to get the CAN peripheral up and running on STM32F407 discovery board.But I am stuck at one point. Inside method HAL_CAN_Init(CAN_HandleTypeDef *hcan), I end up in the HAL_CAN_STATE_ERROR.Is there any example available to test on the dis...
RM0399, p3226:Debug port target identification register (DP_TARGETID)Address offset: 0x4Reset value: 0x1048 0401 should probably read Reset value: 0x1045 0401
Hello,I need to know the FIT value of STM32F7 Series (STM32F746VGT,etc) to compute the reliability data.Could anyone tell me that information ?Thank you in advance.Toshiya
Hi,In a project I need a precise timing so I cant rely on th internal oscilator and want to use a crystal 24-32MHz with MCU. But actually I couldnt find anything about this possibility in datasheet.the sample is 32 KHz that is not good for my applica...
I am using custom board with STM32F779BIT6, connected micro sd card to the controller.Every time I initialize micro SD card gives error of SDMMC_ERROR_CMD_RSP_TIMEOUT.Any solution.