Hi, I am using STM32L476G-DISCO Board, I want to interface its mic and read audio , process it and transmit it on audio jack, to listen audio,can any body help me or provide me code to do this.ThanksRegards
Hi,I am working on board STM32L476G-DISCO, and I want build the example in STM32Cube_FW_L4_V1.13.0 Repository, ({USERNAME}\STM32Cube\Repository\STM32Cube_FW_L4_V1.13.0\Projects\32L476GDISCOVERY\Examples\BSP),it all build successfully but at the end i...
The code is follows:/**
******************************************************************************
* @file : main.c
* @brief : Main program body
**************************************************************************...
Hi,I am working on STM32L476G-DISCO and I had download the en.stm32cubel4(Firmware) , and when I want to build any example code it show include file error ("no source": Error: #5: cannot open source input file "..\..\..\..\..\..\Drivers\STM32L4xx_HA...
Hi,I am working on STM32L476G-DISCO, and I want to interface it with Arduino uisng SPI, but I found that this STM all SPI (SPI1,SPI2 and SPI3) PIN is not on I/O PIN, so how I interface it with Arduino using SPI??
Dear JW,I want to encrypt audio stream,let me explain to you....!let suppose I have two stm32l4-discovery board "a" and "b", board "a" get voice from its mic and send to controller, controller encrypt it and send to audio jack, this audio jack is co...
Mr. wclawek.jan now I want to encrypt audio stream, how I can do this...?this is code main body codeint main(void)
{
uint32_t i;
/* STM32L4xx HAL library initialization:
- Configure the Flash prefetch
- Systick timer is configured b...