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

SPI reading issues

i have configured the spi in stm8l controller.I have attached the code below:void SetupSPI(){ PB_DDR |= BIT(6) | BIT(5) ; // mosi and sck as output. PB_DDR &= ~BIT(7); // miso as input. PB_CR1 |= BIT(7); PB_CR1 |= BIT(6)| BIT(5) ; // mosi and **** a...

Amal Babu by Associate III
  • 1601 Views
  • 5 replies
  • 0 kudos

stvp Batch programming

After stvp loads the stm8s programming code and option byte, the created project file is copied to another computer in the workshop. After the directory file is changed, the .stp file cannot be opened. The reason is that the stvp adds the burning cod...

gjunh by Associate
  • 765 Views
  • 0 replies
  • 0 kudos

SPWF04S MiniAP mode issues

I've recently updated some SPWF04SA modules to firmware version 1.1.0 and I have a couple of problems with Mini AP mode:The SSID I set with AT+S.SSIDTXT=<SSID> seems to be being truncated to 6 characters in the beacon frame, even though the WIND:26 n...

ScottT by Associate
  • 2024 Views
  • 3 replies
  • 0 kudos

can't connect the X-NUCLEO-GNSS1A1 via I2C

stm32 board: stm32f446reHi, recently, I bought the expansion board X-NUCLEO-GNSS1A1, and I've managed to communicate it with USART. However, I have a hard time to do that with I2C, it stuck at slave address transferring. In the beginning, I thought t...

0690X000006CKmBQAW.jpg
PTsen by Associate III
  • 1194 Views
  • 1 replies
  • 0 kudos