Big endian and Little endian ?
Posted on January 09, 2008 at 18:05Big endian and Little endian ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 09, 2008 at 18:05Big endian and Little endian ?
I have no Idea how to use the RTR in CAN for STM32F407VG , So I need some help on how to use RTR.
Hello There,I'm utilizing IDLE event functionality of UART and use HAL_UARTEx_ReceiveToIdle_IT() for it.The issue that I'm facing is that some times this API falsely detects an IDLE event upon reception (May be a Transmitter issue). So, to overcome t...
I am using the SBSFU example in stm32l562edk devkit.I have modified flash_layout.h and I have added a 4 KB user data section in which I am trying to store user data from the application. I have ported a flash driver(read, write, erase) from the bootl...
HiMany CAN messages are flowing on the CAN bus.I would like to receive only ID 0x5C0 among these.Please let me know the suitable settings to receive only 0x5C0 as a hardware filter without any software intervention, without any load on the MCU.I wrot...
Our product uses a STM32L452 to measure the 4-20mA loop current of an external sensor. The product has an operating temperature range of 0-40°C.The STM32L452 datasheet (Tables 78 to 82) lays out the accuracy specs for the internal ADC but aside from ...
Posted on July 15, 2018 at 02:10Hi.I am doing well. The Panasys 3.4' round TFT (actually it's about 2.4' round, in an octagon, that was probably cut from a 3.4' square once upon a time) MIPI DSI display is working on the stm32l4r9i-discovery, after ...
Hi. I'm using STM32F446RET6 and F401RE, and I enjoy coding with those. I majorly use my desktop PC to develop. But for a long time, my laptop PC can't recognize my ST micro computer. So I can't develop with my laptop. Then I tried to upgrade ST-link....
Hello ! I've been wondering how DMA works in UART. I've checked some codes for example HAL_UART_Transmit_DMA(). I know it is set to sned 8 bit to peripheral. But I wondered when DMA knows that UART sent 8 bit when it is TX DMA or recevied 8 bit when ...
I'm doing a project where I want to have a toy say audio clips when a button is pressed. Right now I'm trying to accomplish this with an STM32F407G-DISC1. I have a small speaker (16 ohms, 0.25 W) connected to my breadboard with the DAC OUT1 of the MC...