I need ask about this part"STC04DE170HV" if it is valid part number or not as this is found in mouser database as ST number
I need ask about this part"STC04DE170HV"if it is valid part number or not as this is found in mouser database as ST number
Ask questions, find answers, and share insights on STM32 products and their technical features.
I need ask about this part"STC04DE170HV"if it is valid part number or not as this is found in mouser database as ST number
Does anyone has any ideas what component might cause short circuit?
I try to flash using st-link v2 but it show the error message. In my design I cant able to access the Boot 0 and Boot1 pins so no possibility to go for DFU mode.Please give any solution to flash using st-linkV2 kmani@kmani:~$ st-flash erase2018-09-25...
Hello,In the RM0433 (rev 3) the DBGMCU_APB4FZ1 offset is incorrectly marked in the detail section.It is 0x04C and should be 0x054.The register summary is correct. But if somebody is using the detail section - can make an error.BTW: What does the LS s...
I have installed VCP_V1.5.0 Setup for Windows 7 and 8, but neither works. Please help. Is there a separate driver for Windows 10?
Hi What is the best way of resetting the STM32L4 processor using registers? ThanksScott
On this site is stated that the STM32L431CC 48-Pin Package has an SDMMC interface... https://www.st.com/en/microcontrollers/stm32l431cc.htmlBut when have a closer look to the HW Manual, the AF functions are only avail at PORT C and PORT D... witch im...
I am working with STM32F303CB and want to use Standard Peripheral Library only.How do i achieve the above ?After DMA controller has transferred data to RAM, i want it to generate an interrupt.How do i achieve this ?
Hi All,I am using the STM32L151CBU6 MCU under battery operation with 32MHz and 32.768kHz crystals. On running it on STOP Mode with low power regulator using the API:HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON,PWR_STOPENTRY_WFE)The current consumpt...
I would like to generate Complementary PWM's with an adjustable deadtime on TIM1,2,3 channels. MCU is STM32F303CBI understand that this is done by setting the BDTR registers, but can't find a suitable reference/code snippet.This is what i have so far...