Resolved! A typo in um1734 rev.4
Hello,5.2->table 9->4th raw mistakenly repeats 'Audio speaker' instead of 'CDC' or like this.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hello,5.2->table 9->4th raw mistakenly repeats 'Audio speaker' instead of 'CDC' or like this.
In the latest firmware for STM32F4 (STM32Cube_FW_F4_V1.26.1) the libarm_cortexM4lf_math.a file is 3025kB.In the latest firmware for STM32L4 (STM32Cube_FW_L4_V1.17.0) the libarm_cortexM4lf_math.a file is 5235kB.I found that in the version for STM32L4 ...
Hello everyone, I'm trying to do an erase command for 2 pages but it accepts the command with an ack but after that nothing happens and the bootloader nacks all other commands I waited at least 40 seconds after the erase command but no ack or nack. A...
Hello friends,I am currently testing transfer content from USB to SD card using a STM32469I Discovery board. However I have been unable to link both SD card and USB so the transfer go faster without the process of link-unlink using FATFS_LinkDriver /...
Hello all, I am currently unable to solve this issue:I use STM32F401RET6 with USB functionality (COM port). USB works just fine when in normal runtime, but I am unable to reach the DFU.I think that for some reason the HSE is not detected or some othe...
static void USBH_UserProcess (USBH_HandleTypeDef *phost, uint8_t id) { /* USER CODE BEGIN CALL_BACK_1 */ switch(id) { case HOST_USER_SELECT_CONFIGURATION: break; case HOST_USER_DISCONNECTION: Appli_state = APPLICATION_DISCONNECT; b...
Hi,I have already ported the USB AUDIO DAC application code to STM32F401VC Discovery board. After running the application I am getting noisy audio output from the codec.Please check it & inform me if you found any mistake(it could be in configuration...