Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,Is it possible to have in-application-programming (IAP) on STM32L011F4? I can see the IAP example listed under STM32L073Z-EVAL but I am not able to build for STM32L011K4. Just to give an example: macro OB_BOOT_BANK1 is defined only when setting...
Hello,I have a small issue with my code. I am using the NUCLEO-F746ZG board and I want to do a small program that reads an ADC triggered by a timer.Here are my init routines (generated by CubeMX):ADC: hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler ...
I'm enabling write protection on the flash on my STM32l451RE, but as soon as the OB Launch is called while the debugger is connected through JTAG/SWED, when the device restarts it seems like it enters an unknown state, just as I would have expected f...
안녕하세요. stm32446re 로 공부하고있는 학�?입니다.몇가지 질문사항�?� 있어서 여쭤봅니다.1. can통신�?� 하고�? 하는�?�, can 2.0b를 �?�용한 예제를 혹시 받아 볼 수 있�?�까요?2. f446re 와 f429zi를 �?�용하여 can 통신후 모터를 �?�리고�? 하는�?�, 모터 예제�?� 받�?� 수 있�?�까요? 미리 �?사�?�사 드립니다 ^^
I need datasheet for ST33G1M2A part, but only databrief document was coming in front. Databrief details are highly insufficient for me. Please support and help me getting this datasheet. Complete Part#: ST33G1M2A020FAA5Thanks in advance.
I have successfully updated the firmware of L476RG of my added functionality (I put my own code into a new fixed FLASH region, and only update this region for updating the firmware), now assuming I have changed the definition of pin on L476RG, which ...
Dear All,Do you find any VSSA (VRef-) pinout on the STM32L432 32QFN ?The Analog Input never stable !! when PA_1 NC, PA_0 result:0V = 7FFH3.3v = FFFHwhen PA_1 to GND, PA_0 result:0V = 0H3.3v = FFFHwhen PA_1 to 3.3V, PA_0 become floating....I can not...
when data send RTS is low levelCan i change hal library to RTS high level to send data via uart?