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

查看: 60100|回复: 1111

官方最新固件库V4.0.0

  [复制链接]

1

主题

1

回帖

0

蝴蝶豆

新手上路

最后登录
1970-1-1
发表于 2012-10-16 14:24:13 | 显示全部楼层 |阅读模式
 /** @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, 下载次数: 15357, 下载积分: ST金币 -1

回复

使用道具 举报

5

主题

208

回帖

9

蝴蝶豆

论坛元老

最后登录
2020-11-25
发表于 2015-5-25 08:42:17 | 显示全部楼层
楼主别瞎忽悠人,这明明是DALI(数字可寻址调光接口)的库函数。2012年就有的东西,详情见我的帖子  基于STM8的DALI (数字可寻址调光协议)
https://www.stmcu.org.cn/module/ ... &fromuid=404271
(出处: 意法半导体STM32/STM8技术社区)
回复 支持 2 反对 0

使用道具 举报

0

主题

26

回帖

0

蝴蝶豆

新手上路

最后登录
1970-1-1
发表于 2012-10-16 15:09:34 | 显示全部楼层

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

哦,过来看看!
回复 支持 反对

使用道具 举报

0

主题

8

回帖

0

蝴蝶豆

新手上路

最后登录
1970-1-1
发表于 2012-10-16 18:21:44 | 显示全部楼层

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

学习看看.................
回复 支持 反对

使用道具 举报

0

主题

16

回帖

0

蝴蝶豆

初级会员

最后登录
2018-11-3
发表于 2012-10-17 11:44:39 | 显示全部楼层

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

下来看看。。。。。。。。。。
回复 支持 反对

使用道具 举报

1

主题

70

回帖

0

蝴蝶豆

新手上路

最后登录
2020-2-22
发表于 2012-10-17 12:46:29 | 显示全部楼层

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

看看。。。。。。。。。。。。。。。。
回复 支持 反对

使用道具 举报

0

主题

54

回帖

0

蝴蝶豆

初级会员

最后登录
2019-1-10
发表于 2012-10-17 16:30:17 | 显示全部楼层

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

谢谢了   以后多学习学习
回复 支持 反对

使用道具 举报

24

主题

555

回帖

2

蝴蝶豆

高级会员

最后登录
2020-11-30
发表于 2012-10-17 16:54:26 | 显示全部楼层

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

那么快啊,都到4.0了
回复 支持 反对

使用道具 举报

0

主题

4

回帖

0

蝴蝶豆

新手上路

最后登录
1970-1-1
发表于 2012-10-17 21:20:01 | 显示全部楼层

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

先顶上
回复 支持 反对

使用道具 举报

0

主题

23

回帖

0

蝴蝶豆

初级会员

最后登录
2020-12-3
发表于 2012-10-17 23:41:25 | 显示全部楼层

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

looklook
回复 支持 反对

使用道具 举报

0

主题

23

回帖

0

蝴蝶豆

初级会员

最后登录
2020-12-3
发表于 2012-10-18 08:10:39 | 显示全部楼层

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

looklook!!
回复 支持 反对

使用道具 举报

关于意法半导体
我们是谁
投资者关系
意法半导体可持续发展举措
创新与技术
招聘信息
联系我们
联系ST分支机构
寻找销售人员和分销渠道
社区
媒体中心
活动与培训
隐私策略
隐私策略
Cookies管理
行使您的权利
关注我们
st-img 微信公众号
st-img 手机版