CS42L52 i2s
Posted on September 26, 2015 at 18:36Hi All,I am working on MCBSTM32C board and I want to make the CS42l52 work. I tried but seems the DMA is not working. I upload my code. Could someone please help me? #mcbstm32c #stm32f107 #cs42l52
Posted on September 26, 2015 at 18:36Hi All,I am working on MCBSTM32C board and I want to make the CS42l52 work. I tried but seems the DMA is not working. I upload my code. Could someone please help me? #mcbstm32c #stm32f107 #cs42l52
Posted on September 06, 2013 at 19:20Below is the code for asm SVC handler straight from an example by ARM: SVC_Handler STMFD sp!,{r0-r3,r12,lr} ; Store registers. LDR r0,[lr, #4] ; Calculate add...
Posted on September 25, 2015 at 21:56Hi All, During conversion of our debugging code from Cortex-M3/M4 to M7 I run into following problem - it seems that it is not possible to write to any registers in FPB unit, for example FP_CTRL (0xE0002000) or F...
Posted on September 28, 2015 at 21:58There are facilities in china where you can hire resources for 200 US dollars an hour to reverse engineer microprocessors even if the flash protection bits are set or fuses blown - for example one technique is to...
Posted on September 28, 2015 at 21:10I have been trying to get my code to work but I cannot get any output on PA9 (USART1_Tx) on my STM32f0discovery board. Any help would be greatly appreciated. CODE =================================================...
Posted on September 29, 2015 at 11:52 hi, I'm trying to turn ON and OFF the LEDs of my board with 10-second intervals, but I get results in about 8 seconds. This is my code, I did not understand the frequencies of the processor card. I apo...
Posted on August 26, 2015 at 16:50 We are using STM32L476 Eval board and J-Link Cortex-M JLink_V499a We flashed the FreeRTOS_LowPower provided in Cube examples through ST-Link , after that J-Link is not able to detect the STM32L476 controller ...
Posted on September 29, 2015 at 11:29 Hallo, I'm trying to modify an example which uses ADC + DMA, which uses the ST-provided HAL, to my needs. I want to use a buffer and be notified when each half is completed, so I can transfer the ...
Posted on September 28, 2015 at 16:08 Change my code now to use multiple channels and added in DMA. If I ask the DMA to give me 4 sample from 3 channels, I get the 12 samples, whats the correct way to get the DMA to start again ...
Posted on September 28, 2015 at 19:32Synchronized Output of 3 Spi with stm32f4 Discovery #dma #spi #stm32f4 #discovery