Flashing code from Bank 2
Posted on May 23, 2018 at 13:49Hi all,Is there any way by which we can flash the Bank 1 from hex values stored in Bank 2 and reset from Bank 1 address pointer?
Posted on May 23, 2018 at 13:49Hi all,Is there any way by which we can flash the Bank 1 from hex values stored in Bank 2 and reset from Bank 1 address pointer?
Posted on May 23, 2018 at 13:49 I have a CubeMX generated project using the STM32L I have TIM2 configured for IC and OC. I am using the Cube generated ISR callbacks for the TIM and SYSTICK. The SYSTICK callback works fine by itself and the TIM_IC...
Posted on May 23, 2018 at 13:44Hi Im using i2c2 instance for STM32L4+ Nucleo144 L4R5ZI. When i want to write the i2c2_start(), i do a. /* Check the parameters */b. /* Generate a START condition */ I2Cx->CR2 |= I2C_CR2_START;c. /* Disable th...
Posted on May 22, 2018 at 20:01Hi, im triyng to use the SAI Audio example with speakers but it only works with headphones.I've tired every output source: OUTPUT_DEVICE_HEADPHONE, OUTPUT_DEVICE_SPEAKER, and OUTPUT_DEVICE_BOTH.Do i have to change anyt...
Posted on May 23, 2018 at 10:11Hello !I am currently working on an audio application on STM32F7-discovery.The example application is recording in stereo from the 2 MEMS microphones regardless of the parameters sent to :BSP_AUDIO_IN_InitI am now usin...
Posted on September 07, 2016 at 18:15 I've found a bug in the implementation of osMailCAlloc - the code uses sizeof(queue_id->queue_def->item_sz) when item_sz already has the right value. @@ -1114,11 +1114,11 @@ void *osMailCAlloc (o...
Posted on May 22, 2018 at 15:07Hello, I can not get usart2 working in asynchronous mode on STM32f767zi-nucleo.My clock configuration function containsPeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_USART2|RCC_PERIPHCLK_USART3|RCC_PERIPHCLK_...
Posted on May 23, 2018 at 08:48Hello.,.,I used STM32F765BIT MCU SAI interface in slave mode to capture 4 channel audio inputs(TDM mode), I am using DMA (in Circular mode) to receive the audio data and it is working fine , But now I am upgrading to ...
Posted on May 23, 2018 at 07:20My MCU is STM32F042F4.So I must be used example in STM32F042K6-Nucled.If i want used example in STM32F072RB-Nucleo.Because there is no PWM example in STM32F042K6-Nucled.Q1.How can i used example in STM32F072RB-Nucleo t...
Posted on May 23, 2018 at 06:50Hi, I'm working with the STM32F0 Discovery board.I have a problem to use printf function with the USART.I'm using the classical way to redirect printf function (redefine _io_putchar and added _write function).So printf...