How can I send 32 bit data with STM32 ?
I want to send 32 bit data and I want to read 16 bit data. How can I make this ?Best
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to send 32 bit data and I want to read 16 bit data. How can I make this ?Best
Posted on September 04, 2017 at 16:24Hi, I am using STM32L476 Discovery Board, as part of my project i need to enable USB OTG Port as CD C Class. Could some one help me in fining any example for USB OTG CDC Class for STM32L476 Discovery Board. ...
I have used the dsPIC30 and 33 family of microcontrollers for several years, a pickit 3 for programming the microcontroller, and MPLab. I would like to try the STM32F7 series, but I don't know the best way to begin. My goal would be to have zero of...
Hello everyone,Which of the microcontrollers in STM32 series contains the least silicon erratas, and has the best quality and reliability.Thanks.
for my project I have to perform some controlling functionalities at high update rates (ideally the firmware should update at over 20 Hz)read data from the SD card through a very slow bandwidth with the sd card. the sdio clock is set to a low value d...
Hello everybody!I've been watching/reading this forum for a while now, trying to enlighten myself, but without success. So, this is my first question... While not being new to electronics, microcontrollers and programming, I am new to ARM. I've spent...
Hello,I am working with STM32H7, Nucleo-board and Atollic TrueStudio.For my project I wrote a small assembler routine to process data (2 arrays of 1400 int16). One run of this routine fetches 3 int16 from each array, so 6 memory accesses in total. Th...
I wish to know how Can I set a pin as analog input for ADC.Bits 31:0MODE[15:0][1:0]: Port x configuration I/O pin y (y = 15 to 0) These bits are written by software to configure the I/O mode. 00: Input mode 01: General purpose output mode 10: Altern...
Posted on September 13, 2017 at 10:07Beginner working with STM32L452:I have enabled interrupts for some GPIO pins through CubeMx.CubeMX generates this function, and it gets called as expected on GPIO interrupt:void EXTI15_10_IRQHandler(void)How do I...
I'd like to share data using uart or spi.Product name is STEVAL-STLKT01V1.