User Activity

Hi,I am also trying to test a bare STM32 IC "STM32L4P5RET6", but have been unable to program it using Nucleo.I have tested the following connections and it seems to be working.https://os.mbed.com/media/uploads/mega64/2nucleos_2.jpgCan I replace NUCLE...
Hi,I am trying to use Nucleo-l4p5 as SPI Master and NRF52 as slave.Issue : nrf is reading wrong and partial data and when I am connecting GND of both boards, it stops working.Solutions tried so far:I have tried the same code with Nculeo-F446RE and NR...
Hi,I am using one I2C based peripherals with Interrupt enabled.While using "HAL_I2C_Master_Transmit" and "HAL_I2C_Master_Receive", it seems to work properly with ISR.But, when I am using the following I2C_DMA:HAL_I2C_Master_Receive_DMA(&hi2c4, MPU_DE...
Hi,I am looking for a dual core controller and options I have been able to find out are:Stm32Wb seriesStm32H seriesBeing, H series quite expensive, Is it possible to use WB series M0+ for running another application in parallel?Or we can only use it ...