你的浏览器版本过低,可能导致网站不能正常访问!
为了你能正常使用网站功能,请使用这些浏览器。

官方最新固件库V4.0.0  

[复制链接]
ajin-395169 提问时间:2012-10-16 14:24 /
 /** @page STM8S_DALI_AN stm8s DALI library: STM8S DALI application note
 
 
  @par Example description
 
DALI is standardized interface to control "intelligent" light sources.
This AN describes DALI slave library and simple user application using this library.
The main purpose of this firmware package is to provide resources to build
light control application which uses DALI as communication interface.
 
DALI slave library comes with simple application example (DALI slave device). It was
designed (and tested) for use with this evaluation hardware: STM8S Discovery board (see
UM0817 - STM8S Discovery User manual on www.st.com/mcu) together with DALI
transceiver board. Application example controls the luminance of the on-board LED diode.
Light intensity is controlled by PWM method using built-in Timer. As DALI master device
can be used ST7DALI evaluation kit (board and PC software - see www.st.com/mcu) or some
commercial DALI controller (e.g. from Osram).
 
  @par Directory contents
 
  See AN for detailed description.
 
  + libraries
    + DALIStack
        + inc
            - dali.h                            - high level DALI stack functions header file
            - dali_cmd.h                        - DALI commands implementation header file
            - dali_config.h                     - configuration of DALI slave device header file
            - dali_pub.h                        - public functions header file
            - dali_regs.h                       - DALI register management header file
            - eeprom.h                          - read/write management for EEPROM data header file
            - lite_timer_8bit.h                 - DALI timing management header file
        + src
            - dali.c                            - high level DALI stack functions source file
            - dali_cmd.c                        - DALI commands implementation source file
            - dali_config.c                     - configuration of DALI slave device source file
            - dali_pub.c                        - public functions source file
            - dali_regs.c                       - DALI register management source file
            - eeprom.c                          - read/write management for EEPROM data source file
            - lite_timer_8bit.c                 - DALI timing management source file
    + STM8S_StdPeriph_Driver (only used files are listed here)
        + inc
            - stm8s.h                           - HW registers definitions and memory mapping
            - stm8s_flash.h                     - flash driver header file (needed only with for IAR)
        + src
            - stm8s_flash.c                     - flash driver source file (needed only with IAR)
    + Project
        + inc
          - DALIslave.h                         - low level DALI pin driver header file
          - stm8_it.h                           - interrupt service routines header file
          - stm8s_conf.h                        - STM8S peripheral modules configuration header file
        + src
          - DALIslave.c                         - low level DALI pin driver source file
          - stm8_interrupt_vector.c             - interrupt vector table content source file
          - stm8_it.c                           - interrupt service routines source file
          - eeprom_itf.c                        - utility code for automatic EEPROM memory access (needed only with IAR)
          - main.c                              - Main file containing the "main" function
        + STVD
            + raisonance
                - STM8DALI.stw                  - Contains the STVD workspace for cosmic compiler
                - stm8dalislave.stp             - Contains the STVD project for cosmic compiler
            + cosmic
                - STM8DALI.stw                  - Contains the STVD workspace for raisonance compiler
                - stm8dalislave.stp             - Contains the STVD project for raisonance compiler
        + EWSTM8
            - STM8DALI.eww                      - Contains the EWSTM8 workspace for IAR compiler
            - stm8dalislave.ewp                 - Contains the EWSTM8 project for IAR compiler
 
  @par Hardware environment
 
 - Plug DALI transceiver board to STM8S Discovery board. Load firmware into the STM8S105 on
   STM8S Discovery board using USB and STVD or EWSTM8 software. Connect DALI transceiver board to
   DALI master device with 2 wires (DALI bus). As DALI master device can be used
   ST7DALI evaluation kit or some commercial DALI controller.
 
 
  @par How to use it with STVD ?
 
  - Open the STVD workspace
  - Rebuild all files: Project->Rebuild all
  - Load project image: Debug->Start/Stop Debug Session
  - Run program: Debug->Run (F5)
 
  @par How to use it with EWSTM8 ?
 
  - Open the EWSTM8 workspace
  - Rebuild all files: Project->Rebuild all
  - Load project image: Project->Download and Debug
  - Run program: Debug->Go (F5)
 
  */
 
/******************* (C) COPYRIGHT 2012 STMicroelectronics *****END OF FILE****/

stm8s_dali_lib(V4.0.0).zip

下载

2.58 MB, 下载次数: 15381, 下载积分: ST金币 -1

收藏 5 评论1111 发布时间:2012-10-16 14:24

举报

1111个回答
zhuoyemp4 回答时间:2015-5-25 08:42:17
楼主别瞎忽悠人,这明明是DALI(数字可寻址调光接口)的库函数。2012年就有的东西,详情见我的帖子  基于STM8的DALI (数字可寻址调光协议)
https://www.stmcu.org.cn/module/ ... &fromuid=404271
(出处: 意法半导体STM32/STM8技术社区)
stm8s003 回答时间:2016-9-10 23:18:01
zhuoyemp4 发表于 2015-5-25 08:42
楼主别瞎忽悠人,这明明是DALI(数字可寻址调光接口)的库函数。2012年就有的东西,详情见我的帖子  基于ST ...

圣明啊!俺看半天才弄明白!
zdh451 回答时间:2012-10-16 15:09:34

回复:官方最新固件库V4.0.0

哦,过来看看!
电子怪才 回答时间:2012-10-16 18:21:44

RE:官方最新固件库V4.0.0

学习看看.................
tiandiyixian20 回答时间:2012-10-17 11:44:39

RE:官方最新固件库V4.0.0

下来看看。。。。。。。。。。
freemanw 回答时间:2012-10-17 12:46:29

RE:官方最新固件库V4.0.0

看看。。。。。。。。。。。。。。。。
gavin1218 回答时间:2012-10-17 16:30:17

回复:官方最新固件库V4.0.0

谢谢了   以后多学习学习
feiante-155820 回答时间:2012-10-17 16:54:26

RE:官方最新固件库V4.0.0

那么快啊,都到4.0了
dlsmt1-394943 回答时间:2012-10-17 21:20:01

RE:官方最新固件库V4.0.0

先顶上
hnpicq 回答时间:2012-10-17 23:41:25

RE:官方最新固件库V4.0.0

looklook
hnpicq 回答时间:2012-10-18 08:10:39

回复:官方最新固件库V4.0.0

looklook!!
lihui_mcu 回答时间:2012-10-18 15:40:58

回复:官方最新固件库V4.0.0

 xiexie
星辰之章 回答时间:2012-10-18 16:53:08

RE:官方最新固件库V4.0.0

看看
zmblt00 回答时间:2012-10-19 08:38:17

RE:官方最新固件库V4.0.0

4.0这么快了  落伍了
林子的海角 回答时间:2012-10-19 10:36:04

RE:官方最新固件库V4.0.0

  谢谢了
tianq5-260578 回答时间:2012-10-19 18:20:20

RE:官方最新固件库V4.0.0

下来看看。。。。。。。。。。

所属标签

相似问题

关于
我们是谁
投资者关系
意法半导体可持续发展举措
创新与技术
意法半导体官网
联系我们
联系ST分支机构
寻找销售人员和分销渠道
社区
媒体中心
活动与培训
隐私策略
隐私策略
Cookies管理
行使您的权利
官方最新发布
STM32Cube扩展软件包
意法半导体边缘AI套件
ST - 理想汽车豪华SUV案例
ST意法半导体智能家居案例
STM32 ARM Cortex 32位微控制器
关注我们
st-img 微信公众号
st-img 手机版