STM32 USART1 in single-wire half-duplex
i need to transmit above given example data using single-wire half-duplex communication.if you known any one help me.
i need to transmit above given example data using single-wire half-duplex communication.if you known any one help me.
Hi,As far as I understand, for the STM32F103, after a reset or power on without the use of the bootloader, the first task that happens is load SP with the content of address 0x00 (alias of 0x8000000) , followed by the load of the content of address 0...
Hello,I am using the STM32H7B3IIT6 MCU to control a master control board, which has a push button connected to PB11 with the following hardware: My objective for this is the following:When the system is running and I press this button, the MCU puts t...
Hi, I'm making a simple firmware to measure the frequency of some clocks, I'm using a timer IC + DMA, like this:HAL_TIM_IC_Start_DMA(&htim1, TIM_CHANNEL_1, CH1_captures, 2);Then in the callback I do this:void HAL_TIM_IC_CaptureCallback(TIM_HandleType...
I want to sample GPIO state twice per millisecond with DMA.I used TIM16 as basic counter - setting TIM16 CR1 register to 1, ARR to 32000 (half milisecond) and TIM16 DIER register to enable DMA on update (bit 8).Timer is checked to work fine. DMA doe...
Hello team!I am newbie in STM32 world so probably i am missing something but please clarify this for me. I have found conficting informations:Datasheet "DS11532 Rev 7" at p. 47 says "Battery Charging Specification Revision 1.2 support"Reference Manua...
Been browsing through the Lxxx and Gxxx STM32 MCUs and found that all variants I checked on hat the OSC-In and OSC-Out pins available only with 48 pin and higher packages.Is this a general rule, or are there MCUs with small package (preferably TSSOP...