Image
Image

solo777

+ 关注

粉丝 2     |     主题 83     |     回帖 375

STM32初学者请进
2012-4-25 13:38
  • ST MCU
  • 29
  • 6119
  入门不讲思想,如何记住?如何分析? 死记硬背!!!!!!!!!!!!!! ...  
  为什么不讲核心的编码思想??? 因为他也不懂!,培训机构也是要考虑成本的。 如果能讲编码思想了,培训 ...  
  现在的培训,基本都是照本宣科。 真正核心的编码思想,根本不讲。 你学完了,会写。可是写的代码毫无商用 ...  
stm8 iar中,为什么进入中断,就修改一次中断级别
2012-1-10 18:16
  • ST MCU
  • 24
  • 6848
  我在抑制os,需要看调用规范,和编译器保护那些,那些不保护。  
  This error occurs when the DIV/DIVW instruction is interrupted and a second interrupt is generated d ...  
  If an ISR or a function called by this routine contains a division operation, called by 是这个包 ...  
  香水,问你一下 这个错误上面的 Stack pointer address incompatibility across family devices 这个是什 ...  
  上面那句话,关键疑惑的地方,就是this 那个this到底是指那个!!!!! 我怎么看都不明白。 最后不看了 ...  
  我现在终于体会有些人说的stm上太多bug了。我写代码不多,都能遇到!  
  英文不太好,看这篇10分钟,大概明白,就是如果调用的函数中,有除法,编译器添加这个指令。 就这一句,看 ...  
  我一直以为勘误手册是给修正datasheet上的tyoe 错误而产生的。 绝对没有想到是讲硅片上的bug,所以从来没 ...  
stm32f103 上电瞬间 GPIO状态
2013-9-9 20:10
  • ST MCU
  • 21
  • 13027
  不对吧!我记得一般的cpu,都是开机的时候,端口浮空。 悬浮。 因为我记得有专门的部分,讲这种设计。 ...  
iar中如何查看一个函数,都是被谁调用了?
2012-1-10 20:21
  • ST MCU
  • 1
  • 5388
  自己顶!  
两个null比较相等,是什么情况?
2012-1-18 00:17
  • ST MCU
  • 14
  • 3965
  是呀, #define _NULL 0 /* 0L if pointer same as long */ 但是0==0,这个是等于1, ...  
  是!  
  看来真的是null==null是ture。 第一次发现呀  
  在php中有介绍,null==null是ture 下面的代码 #include int main(int argc, char *argv[]) { char a= ...  
  null可以比较吗  
  uint8_t tcbEnqueuePriority (ATOM_TCB **tcb_queue_ptr, ATOM_TCB *tcb_ptr) { uint8_t status; A ...  
  返回ture还是flash prev_ptr = next_ptr = *tcb_queue_ptr; if ((next_ptr == NULL) 如果tcb_queue_ptr= ...  
2
3
近期访客