Linker: soft_uart_main_global_invertmaskwr bank not found

List of known bugs
Locked
Author
Message
User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Linker: soft_uart_main_global_invertmaskwr bank not found

#1 Post by zristic » 08 May 2005 10:09

Bug ID: #050508001
Submitted by: zristic

Severity: Minor
Status: Solved, to be included in version 3.0.0.2
mP Version: 3.0.0.1

If soft_uart_write was not called after soft_uart_init then the error appears.

Resolution: If soft_uart_write is not needed, call it somewhere where it will never execute:

Code: Select all

 if false then
   soft_uart_write(0); // this will never execute.

Locked

Return to “mikroPascal Bug List”