2020-07-28 02:26 AM
peripheral settings done properly.
STM32F401RE -- has settings DMA2 & GPIOA (PIN_10 & PIN_11).
STM32L431CC -- But i have configured -- DMA1 & GPIOB(PIN_10, PIN_11).
Data Transmission & Reception not happening.
any suggestions .
2020-07-31 03:01 AM
TIM_CCxChannelCmd(TIM1, TIM_CHANNEL_1, TIM_CCx_ENABLE);
i have configured TIM1.
2020-07-31 03:02 AM
can you please share the datasheet, which one your referring.
2020-07-31 08:26 AM
Also change all references to TIM6 into TIM1
2020-08-04 12:29 AM
yes done.. still facing issues.
2020-08-10 04:36 AM
I have some doubt ?????????
I implemented one softuart in STM32L476ZE , it is working
but i want two softuart, simultaneously it is not working ,
Is there any limitation for that ?
if you want i can share the DMA configuration and flow control.