I am a beginner in embedded coding, I am trying to turn on user LED's of nucleo-l4r5zi board but its not turning on. kindly lead me to the solution. (I am using keil)Thanks.Code:#include "stm32l4xx.h" // Device headerint main(void){RCC->AHB2...
I tried to code stm32g071c8 through MATLAB using MAT/Target but came to know that it doesnt support cortex M0+ controller. So is there any alternative?
Hello,In one of my application, I am using stm32g071c8t6 controller and 10-pins of controller are not utilized. I am having space constraint in PCB layout. Will it be fine if I keep all unused pins floating instead of pulling up/down using resistor?
Please refer 1st simulation picture.I need sine modulated pwm for 10ms and zero output for remaining 10ms. But it is giving me pwm for 100ms and off time is 100ms. when I am changing the sampling time of sine source to 1ms then it is providing desire...