Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

bjoernQ/esp32c6lp-hal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work will continue in https://github.com/esp-rs/esp-hal/tree/main/esp32c6-lp-hal


ESP32-C6 LP HAL

After an experimental phase here this eventually will be moved to https://github.com/esp-rs/esp-hal once this becomes useful.

Getting Started

Do what build.bat does (or use Windows and run it).

Change https://github.com/esp-rs/esp-hal/blob/main/esp32c6-hal/examples/lp_core_basic.rs like this

  • const CODE: &[u8] = include_bytes!("...local directory.../dump.bin");
  • add core::slice::from_raw_parts_mut(lp_ram, 16*1024).fill(0); before loading the code to LP RAM
  • let data = (0x50002000) as *mut u32;

And run the lp_core_basic example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •