IKS01A1 and Nucleo STM32F103 board working example
Posted on October 22, 2015 at 10:07Is there any working example for IKS01A1 sensor board and STM32F103 nucleo board? I couldn't find any in offical examples. #x-nucleo-iks01a1 #nucleo-stm32f
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 22, 2015 at 10:07Is there any working example for IKS01A1 sensor board and STM32F103 nucleo board? I couldn't find any in offical examples. #x-nucleo-iks01a1 #nucleo-stm32f
Posted on May 05, 2016 at 13:39Hi ! I'm totally lost how to use these tool to setup a own project because I don't figure out how these tool are interacting. For example I like to use the NUCLEO-F411RE board with X-NUCLEO-IKS01A1 expansion board. I'v...
Posted on January 23, 2017 at 23:54I have been trying to use Sector 0 on the STM32F415 chip to allow me to only consume 16K of the memory as I don't even need to persist half of that. Unfortunately, even after setting Vector offset (and testing if F...
Posted on January 27, 2017 at 15:11Looking to straighten out my LCDConf but I don't know where to begin. What is it called when a screen does this? Please see the attached image. If i knew what it was called when a screen does this, I could at least...
Posted on January 26, 2017 at 18:24Hello there,Im working with nucleo144F429ZI and i want to implement a USB CDC VCP Device for Tx/Rx-Data over the USER USB.I already managed to get the CubeMX generated Sourcecode to run on the board... Sometimes.Wi...
Posted on January 27, 2017 at 17:13Hi,just reporting another issue with the HAL lib 1.14 for STM32F4When you first init a GPIO as EXTI and then deinit it with the HAL_GPIO_DeInit() function it will not mask the pin int source.. although it is mentio...
Posted on January 23, 2017 at 23:54Hello,I have a board which have 8 x bit streams. Each bit stream has its own associated bit clock. So I have: 8 x 2pins (one for the bit stream, one for its associated bit clock). Each bit clock is at 13mhz.I would...
Posted on November 21, 2016 at 14:09Path of HAL driver is incorrect in the project generated by CubeMX when using following config:A none default toolchain folder + Add library files as references. Then in the generated project IAR can't find HAL dr...
Posted on January 27, 2017 at 13:40 Hi, everyone! I am working on a NucleoF303K8. I am using the standard periph library. I am trying to use USART interrupt in my project, but being held by a problem. When I NVIC_Init() the USART interrupts, it h...
Posted on January 27, 2017 at 11:39 Hi, When accessing some calibration registers, I get a hard fault. It might be due to unaligned access. Is the ' stm32l0xx_ll_adc.h,V1.7.0' correct? The 'VREFINT_CAL_ADDR' works correctly. 'TEMPSE...