完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
如何在stm8s003f3中使用64位数据类型?如果我使用unsigned long long它没有采取并给出错误。
#st 以上来自于谷歌翻译 以下为原文 how to use 64 bit data type in stm8s003f3? if i use unsigned long long its not takeing and giving error. #st |
|
相关推荐
2个回答
|
|
哪个编译器?
如果它是Cosmic,则STM8没有实现long long(64位)数据类型,因为对于如此小的内核来说处理如此大的数据类型会非常繁重。 问候。 以上来自于谷歌翻译 以下为原文 which compiler? If it's Cosmic, the long long (64 bits) datatype is not implemented for the STM8, since it would be very heavy for such a small core to handle such a large datatype. Regards. |
|
|
|
ISO C99标准中引入了64位整数,据我所知,SDCC和IAR C支持64位整数,但其他编译器不支持。
在STM8上的C99中,您可以使用long long,unsigned long long,uint16_t int64_t,uint_fast64_t,uint_least64_t,int_fast64_t,int_least64_t。 菲利普 以上来自于谷歌翻译 以下为原文 64-bit integers were introduced in the ISO C99 standard, which, as far as I know, is supported by SDCC and IAR C, but not the other compilers. In C99 on STM8 you can use long long, unsigned long long, uint16_t int64_t, uint_fast64_t, uint_least64_t, int_fast64_t, int_least64_t. Philipp |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2634 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3609 浏览 6 评论
5987 浏览 21 评论
939浏览 4评论
1315浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
582浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1302浏览 3评论
1358浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 18:49 , Processed in 1.157024 second(s), Total 78, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号