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

I use STM8L152 in my product. VLCD is connected to external pull-up 3.3V. If uart communication occur, VLCD is pulled down to low level. I short connect VLCD and PD1 and set VSEL to 1 then use PD1 to detect the falling edge. Is there any potential risk?

Since I short connect VLCD and PD1, when there is uart communication, there will be communication waveform like below on VLCD pin, will this affect MCU work?  I set VSEL to 1(External source) by the code below in MCU initialization CLK_Peripheral...

0693W00000FBZzuQAH.png 0693W00000FBa38QAD.png
GLau.1 by Associate
  • 840 Views
  • 0 replies
  • 0 kudos

About M95160

Does POR work even if the power is turned on slowly (even if the rise time is slow)?No rise time is specified in the data sheet. 

SysTick configuration using HAL

Hello Community, doing a project, I need a Sys clock with 100us period, however, when I try to configure the systick through the CUBEMX I can't so, I'm asking if there's any possibility to configure it through HAL code.Right now I get a period of 1ms...

OBorr.1 by Associate II
  • 2409 Views
  • 2 replies
  • 0 kudos

STM8AF5288: Program stops in Block write to flash

Hello,I try to write into program flash in block write. Therefore I have a functionwhich is executed from RAM:void ram_flash_write_block(uint32_t startaddress, const uint8_t *buf) { uint16_t i = 0; // enable flash block write FLASH->CR2 = FLASH...

DNeum.1 by Associate II
  • 754 Views
  • 0 replies
  • 0 kudos

I have a generic PWM outrigger motor that runs @ 250v 2a.. I'm looking for Controller & Power supply kit.. I find T67B000AHG/AFG parts OR NUCLEO-G431RB & STEVAL-IHM023V3 kit WHERE CAN I PLUG IN THE DATA AND AVOID YOUR INVENTORY OF DETAIL?

I'm new to your listings thus a 1st step, next step, etc. approach is needed to avoid getting parts that will not solve this issue.I have already downloaded:ST Motor Pilot v0.9.9ST Motor Control WorkbenchST Motor Profilerand am reviewing your softwar...

LHaac.1 by Associate II
  • 913 Views
  • 0 replies
  • 0 kudos

Read Access to flash beyond address 0x10000

Hello,I try to read from user flash. Everything is fine until I try to read from address beyond 0x10000. Then I get random values. I use SDCC (3.8.0 and 4.1.0, the behaviour is the same). My device is STM8AF5288 which has 64 KB of flash memory. A pro...

DNeum.1 by Associate II
  • 1040 Views
  • 0 replies
  • 0 kudos