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

Resolved! the code from st example

I2C_Cmd(sEE_I2C, ENABLE); /* sEE_I2C configuration after enabling it */ I2C_Init(sEE_I2C, I2C_SPEED, I2C_SLAVE_ADDRESS7, I2C_Mode_I2C, I2C_DutyCycle_2, I2C_Ack_Enable, I2C_AcknowledgedAddress_7bit);do the init order have some problem? ...

STM8S103K3T6 supply

Hello,​I'm designing a new board with a STM8 CPU.Before, I'm doing a several previous tests.​I want to supply with 3.3V the MCU but I found that it works very well with 5V but in the other hand with 3.3V it doesn't work.​I checked VCAP voltage, while...