can i use B-CAMS-OMV with smt32l4r9 discovery kit? if yes what are the steps that i should follow, sorry i am a beginner, can someone please share link to resources as well or any specific trainings?
i'm using stm32l4r9 discovery kit and the built in led of stm32l4r9 discovery kit works but led attached to other gpios don't work. no mater if i set or rest it.
On the documentation it states d13 as PB13?the positive leg of the led is attached to 3.3v and the negative to d13 i just added a resistor equal to r5 on between ground and negative le and its working now
i've checked the continuity its fine but there is no voltage change on d13 even after toggling it every 2 seconds inside the while loop in main the voltage remains same i.e 0.2 volts on the pin
this is for the built in led /*Configure GPIO pins : MIC_VDD_Pin DSI_SPI_USART_CS_Pin greenled_Pin */GPIO_InitStruct.Pin = MIC_VDD_Pin|DSI_SPI_USART_CS_Pin|greenled_Pin;GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;GPIO_InitStruct.Pull = GPIO_NOPULL;GPI...