STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Trouble setting I2C device registers

I am using an STM32L476 to run an MMC5983MA magnetometer and a LIS2HH12 accelerometer, using I2C. The devices are initialised using the STM cube generated code, then the registers are set, and then checked. When I check the accelerometer registers, ...

CGrov.1 by Associate II
  • 1079 Views
  • 4 replies
  • 0 kudos

STM32L432KC with W25Q16JV

Hello Team,I want to use STM32L432KC with W25Q16. I have generated the code through CubeMx. I have tried to ready ID from W25Q16, and I getting 0xFF. When i have tried with the Arduino UNO board, it is working perfectly. /* SPI1 parameter configurati...

RS485 collision detect on stm32f103 of SAE J1708 / J1587

Hi​I'm trying to implement SAE J1708 / J1587 on stm32f103CB, however I couldn't find how to detect collision occurred, the article ( https://www.kvaser.com/about-can/can-standards/j1708/ ) only mentioned both sending nodes have to release control of...

Olly Kao by Associate III
  • 892 Views
  • 0 replies
  • 0 kudos

Resolved! STM32l431 spi slave interrupt not work

hi all,I need to use a SPI1 as slave and receive character by character via interrupt and not works.I have placed a break point to "void NMI_Handler(void)" and "void SPI1_IRQHandler(void)" but never fire into the functions.static void MX_SPI1_Init(vo...

JSanz.1 by Associate III
  • 1405 Views
  • 6 replies
  • 0 kudos

Stm32CubeMx and Java 9

Posted on March 06, 2018 at 10:33Why Stm32CubeMx doesn't work with Java 9 (9.0.4)?I can't use Java 8 for some reason. Many other useful applications like eclipse are compatible with the newest Java version.

Resolved! STM32F7: SPI and DMA FIFO advices

Hello!I’m pretty new at STM32 and I have small hobby project with STM32F7 series.I used LL library.I communicate with external sensors through SPI. STM32 – master, external sensors – slaves. External sensors “data ready�? pins allow me to initiate da...

ZNifi.1 by Associate
  • 1716 Views
  • 2 replies
  • 0 kudos