STM32F4- AUDIO CODEC PROBLEM
Posted on November 16, 2016 at 10:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 16, 2016 at 10:15The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 29, 2016 at 10:56Hello everyone,for my current project I am trying to communicate with my STM32F407 Discovery board via I2C. I want to poll different data from it using an Arduino board, similar to a sensor I have. The sensor poll...
Posted on November 30, 2016 at 09:36Please Add Oryx-embedded library on cube.
Posted on March 10, 2016 at 16:14STM32 device headers use e.g. #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH(up to 1 MB) base address in the alias region */ while e.g. Freescale uses in a similar situation #define ADC0_BASE ...
Posted on November 30, 2016 at 11:57Hi I am running into a problem that the STM32F429 I2C peripheral sporadically does not generate enough clock pulses. I use the HAL_I2C_Master_Transmit_IT function with 2 bytes payload (0x42, 0x77). I have made mix...
Posted on November 30, 2016 at 10:27Hi I sent request for X-CUBE-CRYPTOLIB download link, but ST didn't send any email to me that contain download link. can I download it from any where else? I need this library, please help me!! Can I use this libr...
Posted on November 30, 2016 at 09:12Hello,In our application for audio codec IC, we have used I2S in full duplex mode with DMA.I have copied code for I2S . Can anyone suggest me what could be wrong with this ?static void I2SInit(){ // Enable PLL...
Posted on November 29, 2016 at 21:50Hello there, I am having hard time understanding what is the difference between external interrupt and external event. I was always using the former. I would appreciate if someone could point out the practical dif...
Posted on November 28, 2016 at 03:08I'm working on developing a USB device with the STM32F746VG, but there is one register in the datasheet that simply mystifies me: http://www.st.com/content/ccc/resource/technical/document/reference_manual/c5/cf/ef...
Posted on November 29, 2016 at 13:17Hello, I'm designing a board and I want to add JTAG on my board. If I use a following schematic, will it work ? (I'm using STlink-V2 as a programmer and a debugger.)