User Activity

Hello Guys,I tried to find a list or something which gives me an overview of how many and which pins can be configured as PWM Generation Output for the named µC. In the Datasheet of "STM32L151x6/8/B STM32L152x6/8/B" I found a table named "Timer featu...
Hello Guys, I want to read multiple channels from my adc using DMA.However I want to implement it the following way:while(1){1. Start ADC DMA (scan, discontinous conv.)2. Wait for the completion (the CPU should just wait until the conversion of the m...
Setup:Master: PLD, SPI Frequency 4MHzSlave: STM32L151CBT6, SysClk 32MHz (this one uses the code below)Hello Guys,Below you can see my code. The Problem I have is that my configuration data which is 32 Bytes long is not received properly. For test rea...
Setup:Master: PLD, SPI Frequency 4MHzSlave: STM32L151CBT6, SysClk 32MHzUsing HALConfigured SPI to use DMAWhat I want: Start-Up Phase and Operational Phase for the slave deviceStart-Up Phase:1) The PLD waits untill the uC complete its start up phase a...
Hello, in my setup the STM32L151CBT6 (32MHz) is configured as slave of a PLD Master, which provides a 4MHz Clk for the SPI communication.After a short "handshake" between slave and PLD where the slave sends and receives some bytes (with HAL_SPI_Trans...
Kudos from