User Activity

I am trying HandsOn4 example for STM32WB55 using firmware version 1.7. The one I am following is based on firmware 1.0. STM32CubeMX with firmware 1.7, has changed the code generation making the original hands on example even more difficult to follow...
I am trying this ADC configuration created by STM32CubeMX'''''''''''''''''''''''''''''''''''static void MX_ADC1_Init(void){ /* USER CODE BEGIN ADC1_Init 0 */ /* USER CODE END ADC1_Init 0 */ ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE BEGIN ADC...
According to manual I should getFast channels: 0.234 μs for 12-bit resolution (4.27 Ms/s)Slow channels: 0.297 μs for 12-bit resolution (3.37 Ms/s)but I am getting only get 2Ms/s.I am clocking the chip at 64MHz and using P-NUCLEO-WB55 evaluation board...
Using CubeMX configuration specific to stm32f429 discovery board which configures FMC to support SDRAM board. Have a memory test program that tests the 8Mb memory available at 0xD0000000. This program fails to run by triggering a hardware fault excep...
Kudos from