Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I just need an STM32F4 USART library (for any USART pin supported by the STM32F407) that I can use it without going through the porting, etc.Thanks for point me to the right direction!
I'm trying to get CAN working with this micro and a prototype PCB. I managed to rewrite the created code from 1.0.2 CUBE and adjusted it to use the example provided in the STM32756G_EVAL\Examples\CAN\CAN_Networking. The Init does not cause any error...
I want to enable a bluetooth function on the STM32 board, is this possible with the nucleo idb05a1? If not, what can I use as an alternative?
I have a project that require control some peripheral of stm32 MCU via computer running on window 10 operating system. User interface app on computer will have some feature such as on off I/O port, transfer data with MCU via serial port. I think my p...
Hi,I'm using DAC with DMA to implement a shape generator on STM32F746.So i'm creating a buffer filled with the datas of the shape concerned that i transmit to the DMA with HAL_DAC_Start_DMA() function.While most of the time everything is ok and the s...
Hi,I have design a custom board with the STM32F207VE. But I made a mistake in routing the UART TX as RX and UART RX as TX. Is there a way to change the STM32 UART TX port to an RX through the software?
The manual writes: At startup, a BOOT0 pin (or nBOOT0 option bit) and an nBOOT1 option bit are used to select one of three boot options:But I did not find nBOOT1 in Pin definition. I don't know how to configure the pins of BOOT mode.
I am using stm32h743z for interfacing the RGB and Infrared camera ?My Main Question is how much total current (maximum current) we will get or we can use from 3.3 v power supply ?I have checked the data sheet but still i cant able to find so kindly ...
Hi,I am using STM32l4 nucleo-144 board to create an example application for LPUART1 communication.Part number - STM32L4R5ZII have configured the GPIO and required clocks. But still not able to do a successful transaction. /* Enable Power Clock */ ...