Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm using STM32L4Q5CGUX on my project. I found some gpio errors. When I write on PB9, it's written on PB8. And I can't write on PB11. Could you guys check together, please?
Hi, I used STM32F429ZII want to check the output of DAC channel 1 and DAC channel 2.But, the output of DAC channel 1 and DAC channel 2 were different.HAL_DAC_SetValue( &hdac, DAC_CHANNEL_1, DAC_ALIGN_12B_R, 0 )HAL_DAC_SetValue( &hdac, DAC_CHANNEL_...
I need to receive I2S from from a device which digitises microphone audio and acts as an I2S masterI have use the STM32 Cube configuation tool to set I2S3 as a Half-Duplex SlaveWhen I callHAL_I2S_Receive_IT()I the code receives the callback into void...
We further conducted the cover opening test and identified that the wafer D/C was 2007 and the external label D/C was 2109. REVERT BACK IMMEDIATELY
Hi everybody!I have an STM32F411RE Nucleoboard and an ADXL345-M accelerometer. I have 2 problems.I want to read 1 byte data from the accelerometer. In this case I want to get he device id (0xe5) and store it in a variable. In debug mode it seems that...
I'm working on STM32L552RE. To read i use HAL_FDCAN_GetRxFifoFillLevel, and HAL_FDCAN_GetRxMessage. To write i use HAL_FDCAN_AddMessageToTxFifoQ.There is a mutex to avoid conflict. I don't understand why i'm loosing message when i write.Thanks for ad...
UART Bits per sec will be 46080 bytes per sec ... Kindly confirm
Hello, I'm currently working with a board made by my team using a STM32L476RG. I started my project from the dataLog Fusion Project from the Mems examples. My issue is that the UnicleoGui communicates with the mcu through STLink by using USART2, conn...