stm32f7508-DK Audio save in SD card example
I am using stm32f7508-DKTry to save Audio in SD card Please suggest the related example will help me to complete the task.regardssiva
I am using stm32f7508-DKTry to save Audio in SD card Please suggest the related example will help me to complete the task.regardssiva
I want to read/write to/from a USB Stick so i need a Masss Storage Class.So i set up a CubeMX Project and set the USB_OTG_FS to Host_Only, but there is nothing more then this.i was checking out the examples and found a lot of stuff for all other MCUs...
I want to know the steps to enter my Nucleo-G071RB in boot mode from system memory. Do i have to do it extenally through hardware or by configuring FLASH_SERC register bits in software. Please guide
I've referred their AN3155 and AN2606 but I wanted to know whether I can find an official implementation of the flows mentioned in their application notes. Also I wanted to know the duration for which the RST pin of the controller has to be pulled LO...
Hi everyone, I started a new project with STM32H7-DISCO and need to receive 64KB of data via UDP. I tested ST example with FreeRtos but it gives a hard fault above 4KB. I tried many things such as increasing descriptors and MPUs according to these de...
HAL_TIM_OnePulse_Start() sets both Channel 1 and Channel 2 output enable bits. This results in a conflict with the input signal./** * @brief Starts the TIM One Pulse signal generation. * @param htim TIM One Pulse handle * @param OutputChannel TIM Ch...
Hi everyone,I'm currently trying to implement USART2 in the Nucleo STM32L073, but despite i see frames coming from the other chip, i can't have any interrupt in RX (configured to get byte by byte). I also tried the polling method but it doesn't work ...
Hello,I have some, maybe senseless, questions about X-CUBE-AZRTOS and it's applications. I have downloaded and checked this firmware, and also examples.Here my questions:1 - Since Low-level driver interface handles connection between NeX Duo Core and...