Forum Posts
Resolved! STM32G0C1E-EV jack headset recording
I am trying to record audio from a STM32G01CE-EV by using a microphone from a headphone connected through the jack connector. I am not able to get any proper data and I dont know if I am approaching the problem properly. How should I read the data of...
STM32H7 lwip "HTTP headers not included in file system"
Hello, I am developing a HTTPd web server with lwip and STM32H7. I am generating fsdata.c and fsddata_custom.c using a Perl script that I found through an example on the internet.The project works and the I can access the web page using the ip addres...
Resolved! Has anyone used the Azure Nx MQTT Client ?
How can I fix this issue ?Error: Invalid Register Name for _ipsr ( can't find ipsr)#ifndef TX_MISRA_ENABLE register unsigned int _ipsr __asm("ipsr"); #endif
Would like to use a STM32L452 MCU with VDD=1.8V but still be able to maintain USB functionality for DFU updates. This device has a separate VDDUSB pin that I would like to power separately (3.3V) from an LDO when VBUS is connected.
As long as the VDDUSB supply is from 3.0V to 3.6V and is the last to be applied and first removed (vs. VDD), there should be no issues?
Why is a single 23-bit value not correctly written to the flash memory when I use 'HAL_FLASH_Program()'?
HelloI've managed to get the 'FLASH_EraseProgram' example program for the Nucleo-F413ZH that comes with 'STM32Cube_FW_F4_V1.25.0' working on a Nucleo-F413ZH board.It erases sectors 2 to 15 and fills them with data - i.e. 0x78563412 that shows up repe...
X-CUBE-CELLULAR on B-U585-IOT02A Hard faults when executing AT+CGMR handler. The SID_CTXT.device_info pointer is NULL when memcpy is called to copy the response into the struct. On L4, the pointer is NULL also but the code continues.
at_modem_signalling.c fRspAnalyze_CGMR() line 1583. In L4 the compiler is v5, on U5 the compiler is v6. It seems the main issue is that the device_info pointer is not initialized before this code executes. CS_get_device_info() is called later after C...
Resolved! STM32L4xx USB Composite Device
Hello everyone, I am making a USB Composite Device according to the article - https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL. I use stm32l4xx, instead of the HAL_PCDEx_PMAConfig() functions, I use the HAL_PCDEx_SetTxFiFo()/...
STM32 UART bootloader on brand new chip.
Hi, I have some questions about the STM32 UART bootloader. I've never used this technology, so the questions might be trivial, but I couldn't find detailed information on the internet.Question 1 - In all the tutorials I found, development boards or e...
DFU Mode with L152 / L082
I am developing a project for the L082 (as we have stock of these) but am currently using the L152 discovery board to get things started. This is going well but I thought that I would try the DFU mode to allow easier field software updates. I tried...