2016-09-23 11:00 AM
I am losing my mind, I start cubemx, installed stm32L4 library, configure the clock HSI , as this board has no HSE, GPIO and SPI, choosed MDK 5, I generate the code, and try to test GPIO using Hal api, nothing happens !!
Tried the example code from Keil blinky led for Necleo board, it works fine, but this code is not using HAL, it writes to registers directly, I need to use HALI am missing something, but I dont know what is it !!can any1 support ?2016-09-23 12:08 PM
[Solved] I found that I have to check on box ''Reset and Run'' at Flash download tab in debugger setting, otherwise it doesnt work after I download :\