Posted on June 05, 2018 at 14:15Hi How to interface or bridge up X-NUCLEO-IKS01A1 to Nucleo144 board. I ask this question because the Pin out placing for both the boards doesnt fit as it fits for Nucleo64/32. ThanksPhani.#l4r5zi #x-nucleo-iks01a1 #...
Posted on May 31, 2018 at 15:48Archive addition leading to Reset.Now its failing in SystemClock_Config.And entering to WWDG_IRQHandler() at startup_stm32l4r5xx.s:132 0x8009dc0Failing at RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; RCC_OscInitTypeDef ...
Posted on May 31, 2018 at 12:29When I compile the STM32L4R5ZI BME680 libary, I got the error message of use VFP register arguments,Can anyone let me know how to fix inside the AC6 SW workbench?ThanksPhani
Posted on May 25, 2018 at 08:40Hi I want to know how to add external lib to the folder for AC6 System workbench IDE. What i did till now? I have added the Lib source file name and the folder locations in the below path Project Properties --> C/C++ B...
Posted on May 24, 2018 at 11:14HiI want to know the similar API for I2C_GenerateSTART for STM32L4/L4+.For F series STM32FXX is I2C_GenerateSTART.STM32L4 is ???Please let me know.ThanksPhani
Posted on June 01, 2018 at 13:54Atlast i have identified why the system is getting into RESET.Case: 1. When i use floating point ABI == hard i get the all the interface ports are working that means the HAL is OK. Case 2: Keeping the floating point A...
Posted on June 01, 2018 at 11:38Yes i have checked my CubeMx tool for UART and I2C clk is around 2 and 4 . Let me change and see how the board behaves now.ThanksPhani
Posted on June 01, 2018 at 08:21Thanks for the support.I have taken the systemconfig from the sample code provided from L4 Software Stack bundle.But now when i apply this code what you have provided. Now its clear that the stack before entering the ...
Posted on June 01, 2018 at 08:39Dear Clive,I have no WDT set and No TIM set.When i start debugging and try to see closely in single step from Main()when i use RCC_OSCILLATORTYPE_MSI When i use HSE it enters to a RESET and not ready stage.may be the ...