Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Receiving Galileo frames ?

HelloAll examples available in CubeMX reguarding GNSS1A1 shield are using GPGGA frames, which, if I am right, are emitted by GPS satellites.I am interested with GAGGA frames from Galileo satellites, which are supposed to give better accuracy. Can yo...

YMARI by Associate
  • 849 Views
  • 0 replies
  • 0 kudos

Multisense timing diagram for VN7140ASTR-E-SO8

Hello Team,In the datasheet of VN7140ASTR-E ,the multisense timing diagram is available for Power SSO-16 in page number 19(figure 7),I want the multisense timing diagram for SO-8,Please provide the multisense timing diagram for SO-8 in current sense ...

ASrin by Associate
  • 803 Views
  • 0 replies
  • 0 kudos

what's the application scenario of the CPUDIV in CLK?

We can get the information that the CPUDIV can be used to divide fMATESR for CPU. And the divide ration can up to 128:1. I wonder that when you configure CPUDIV to 128:1, can CPU works normally when access peripherals such as I2C. Or CPUDIV is just ...

l yk by Associate II
  • 932 Views
  • 0 replies
  • 0 kudos

Hello, I am trying to initialize I2C, but getting continuously high signal on both SDA and SCL pins . Can anyone suggest what can be the issue?

#include "stm8s.h"#define I2C_PORT   (GPIOB)#define SDA_pin   (GPIO_PIN_5)#define SCL_pin   (GPIO_PIN_4)#define SLAVE_ADDRESS 0x60#define I2C_OWN_ADDRESS 0x00static void CLK_Config(void);void I2C_init(void);void I2C_Write(uint8_t I2C_Slave_Address,ui...

HJada by Associate
  • 2040 Views
  • 3 replies
  • 0 kudos

Resolved! Instruction timing changing with memory location?

Hi. I am writing very time sensitive code on the STM8 mostly using assembly. However, I have noticed that sometimes adding one cycle of delay at one point in the code changing the timing of the whole code. I will explain in more detail to clarify. I ...

Chris K by Associate II
  • 1723 Views
  • 4 replies
  • 0 kudos