完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我的朋友,我使用PIC16F87A控制器在我的项目中。我喜欢从别人的复制程序中保证程序。//COFIG,Primamatlab配置,FoSC=hs//振荡器选择位(HS振荡器)。能比特(PWRT-启用)的α-PrAPMA配置BRONE= OF//Brown OUT RESET允许位(BOR禁用)α-PrAPMA配置LVP= OF//Low Voltage(单电源)在电路串行编程使能位(RB3是数字I/O,MCU上的HV必须用于编程)α-PrAPMA CONFIG-CPD= ON//数据EEPROM存储器CODE保护位(数据EEPROM代码保护)α-PrimaMac配置WRT=256//Flash程序存储器写使能位(0 0 0~0 0 FFH写保护;0100H至1FFFH可由ECOCON控制)这是我的配置位,我启用了保护位,但是它们有没有提高安全性的方法来避免误用我的代码?
以上来自于百度翻译 以下为原文 Hai Friends, I'm using PIC16F877A controller in my project. I like to secure program from copying by others. // CONFIG #pragma config FOSC = HS // Oscillator Selection bits (HS oscillator) #pragma config WDTE = OFF // Watchdog Timer Enable bit (WDT disabled) #pragma config PWRTE = ON // Power-up Timer Enable bit (PWRT enabled) #pragma config BOREN = OFF // Brown-out Reset Enable bit (BOR disabled) #pragma config LVP = OFF // Low-Voltage (Single-Supply) In-Circuit Serial Programming Enable bit (RB3 is digital I/O, HV on MCLR must be used for programming) #pragma config CPD = ON // Data EEPROM Memory Code Protection bit (Data EEPROM code-protected) #pragma config WRT = 256 // Flash Program Memory Write Enable bits (0000h to 00FFh write-protected; 0100h to 1FFFh may be written to by EECON control) #pragma config CP = ON // Flash Program Memory Code Protection bit (All program memory code-protected) This is my config bit I enabled the protection bits.But is their any way to improve the security to avoid the misuse of my code..? |
|
相关推荐
9个回答
|
|
如果你设置了这些位,那么机器代码就不能用程序员从PIC中读出。你还想要什么其他的“安全”?
以上来自于百度翻译 以下为原文 If you set those bits, then the machine code cannot be read out of the PIC using a programmer. What other "security" do you want? |
|
|
|
|
|
|
|
|
|
|
|
“站点”(哪个会很安全),还是“瞄准”?;)
以上来自于百度翻译 以下为原文 "site" (which would be very secure), or "sight" ? ;) |
|
|
|
|
|
|
|
…永远不要让HEX文件从你的“站点”LOL中出来:
以上来自于百度翻译 以下为原文 ... and never let the hex file out of your "site" LoL: |
|
|
|
我不知道在PIC控制器中是否有其他的东西,除了配置位。如“其他安全”
以上来自于百度翻译 以下为原文 I don't whether other things that available in PIC controller apart from the CONFIG bit.?So specified like "other security" |
|
|
|
|
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
5242 浏览 9 评论
2031 浏览 8 评论
1955 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3207 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2256 浏览 5 评论
778浏览 1评论
666浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
595浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
677浏览 0评论
576浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 11:59 , Processed in 1.389990 second(s), Total 92, Slave 76 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号